Html Css Color HEX #FAFA37 Gorse

📋 copy color: '#FAFA37'

red 250 ◦ green 250 ◦ blue 55

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

Shades of Gorse #FAFA37

Tints of Gorse #FAFA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 9.91%

R = 45.05%
G = 45.05%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAFA37 (or 0xFAFA37) is known color: Gorse. HEX triplet: FA, FA and 37. RGB value is (250,250,55). Sum of RGB (Red+Green+Blue) = 250+250+55=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 55 (21.88% from 255 or 9.91% from 555); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA37 is #0505C8. Grayscale: #E4E4E4. Windows color (decimal): -329161 or 3668730. OLE color: 3668730.

HSL color Cylindrical-coordinate representation of color #FAFA37: 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.78%. Process color model (Four color, CMYK) of #FAFA37 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 55 -
CMYK 0 0 0.78 0.02
HSL 60º 0.95% 0.6% -
HSV(B) 60º 0.78% 0.98% -
XYZ 74.3 88.97 16.87 -
YUV 227.77 30.5 143.86 -
System Red Green Blue C M Y K H S L
Decimal 250 250 55 0 0 0.78 0.02 60 0.95 0.6
Hex FA FA 37 0 0 4E 2 3C 5F 3C
Octal 372 372 67 0 0 116 2 74 137 74
Binary 11111010 11111010 110111 0 0 1001110 10 111100 1011111 111100

Color Harmonies of #FAFA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA37

Black with #FAFA37

Text Example


Text Example

White with #FAFA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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