Html Css Color HEX #FAFA29 Gorse

📋 copy color: '#FAFA29'

red 250 ◦ green 250 ◦ blue 41

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

Shades of Gorse #FAFA29

Tints of Gorse #FAFA29

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.21%

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

R = 46.21%
G = 46.21%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAFA29 (or 0xFAFA29) is known color: Gorse. HEX triplet: FA, FA and 29. RGB value is (250,250,41). Sum of RGB (Red+Green+Blue) = 250+250+41=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 41 (16.41% from 255 or 7.58% from 541); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA29 is #0505D6. Grayscale: #E3E3E3. Windows color (decimal): -329175 or 2751226. OLE color: 2751226.

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

Color convert

RGB 250 250 41 -
CMYK 0 0 0.84 0.02
HSL 60º 0.95% 0.57% -
HSV(B) 60º 0.84% 0.98% -
XYZ 74.01 88.86 15.35 -
YUV 226.17 23.5 144.99 -
System Red Green Blue C M Y K H S L
Decimal 250 250 41 0 0 0.84 0.02 60 0.95 0.57
Hex FA FA 29 0 0 54 2 3C 5F 39
Octal 372 372 51 0 0 124 2 74 137 71
Binary 11111010 11111010 101001 0 0 1010100 10 111100 1011111 111001

Color Harmonies of #FAFA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA29

Black with #FAFA29

Text Example


Text Example

White with #FAFA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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