Html Css Color HEX #FAFA39 Gorse

📋 copy color: '#FAFA39'

red 250 ◦ green 250 ◦ blue 57

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

Shades of Gorse #FAFA39

Tints of Gorse #FAFA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 10.23%

R = 44.88%
G = 44.88%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAFA39 (or 0xFAFA39) is known color: Gorse. HEX triplet: FA, FA and 39. RGB value is (250,250,57). Sum of RGB (Red+Green+Blue) = 250+250+57=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 57 (22.66% from 255 or 10.23% from 557); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA39 is #0505C6. Grayscale: #E4E4E4. Windows color (decimal): -329159 or 3799802. OLE color: 3799802.

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

Color convert

RGB 250 250 57 -
CMYK 0 0 0.77 0.02
HSL 60º 0.95% 0.6% -
HSV(B) 60º 0.77% 0.98% -
XYZ 74.35 88.99 17.13 -
YUV 228 31.5 143.69 -
System Red Green Blue C M Y K H S L
Decimal 250 250 57 0 0 0.77 0.02 60 0.95 0.6
Hex FA FA 39 0 0 4D 2 3C 5F 3C
Octal 372 372 71 0 0 115 2 74 137 74
Binary 11111010 11111010 111001 0 0 1001101 10 111100 1011111 111100

Color Harmonies of #FAFA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA39

Black with #FAFA39

Text Example


Text Example

White with #FAFA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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