Html Css Color HEX #FAFF29 Gorse

📋 copy color: '#FAFF29'

red 250 ◦ green 255 ◦ blue 41

#FAFF29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FAFF29

Tints of Gorse #FAFF29

RGB

 RED value IS 250 (98.05% from 255) = 45.79%

 GREEN value IS 255 (100% from 255) = 46.7%

 BLUE value IS 41 (16.41% from 255) = 7.51%

R = 45.79%
G = 46.7%
B = 7.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAFF29 (or 0xFAFF29) is known color: Gorse. HEX triplet: FA, FF and 29. RGB value is (250,255,41). Sum of RGB (Red+Green+Blue) = 250+255+41=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 41 (16.41% from 255 or 7.51% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF29 is #0500D6. Grayscale: #E5E5E5. Windows color (decimal): -327895 or 2752506. OLE color: 2752506.

HSL color Cylindrical-coordinate representation of color #FAFF29: hue angle of 61.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFF29 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 41 -
CMYK 0.02 0 0.84 0
HSL 61.4º 1% 0.58% -
HSV(B) 61.4º 0.84% 1% -
XYZ 75.58 92 15.87 -
YUV 229.11 21.84 142.9 -
System Red Green Blue C M Y K H S L
Decimal 250 255 41 0.02 0 0.84 0 61.4 1 0.58
Hex FA FF 29 2 0 54 0 3D 64 3A
Octal 372 377 51 2 0 124 0 75 144 72
Binary 11111010 11111111 101001 10 0 1010100 0 111101 1100100 111010

Color Harmonies of #FAFF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF29

Black with #FAFF29

Text Example


Text Example

White with #FAFF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF29; }

 p { color: rgb(250,255,41); }

 H1.HeaderClassName
 {
   color: #FAFF29;
 }
 .AnyTagClassName
 {
   color: #FAFF29;
 }
</style>

background-color css

<style>
 a { background-color: #FAFF29; }

 a { background-color: rgb(250,255,41); }

 div.DivClassName
 {
   background-color: #FAFF29;
 }
 .BgClassName
 {
   background-color: #FAFF29;
 }
</style>

border-color css

<style>
 span { border-color: #FAFF29; }

 span { border-color: rgb(250,255,41); }

 td.TdClassName
 {
   border-color: #FAFF29;
 }
 .TagClassName
 {
   border-color: #FAFF29;
 }
</style>