Html Css Color HEX #FAFC37 Gorse

📋 copy color: '#FAFC37'

red 250 ◦ green 252 ◦ blue 55

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

Shades of Gorse #FAFC37

Tints of Gorse #FAFC37

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.24%

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

R = 44.88%
G = 45.24%
B = 9.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FAFC37 (or 0xFAFC37) is known color: Gorse. HEX triplet: FA, FC and 37. RGB value is (250,252,55). Sum of RGB (Red+Green+Blue) = 250+252+55=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 55 (21.88% from 255 or 9.87% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC37 is #0503C8. Grayscale: #E5E5E5. Windows color (decimal): -328649 or 3669242. OLE color: 3669242.

HSL color Cylindrical-coordinate representation of color #FAFC37: hue angle of 60.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAFC37 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 252 55 -
CMYK 0.01 0 0.78 0.01
HSL 60.61º 0.97% 0.6% -
HSV(B) 60.61º 0.78% 0.99% -
XYZ 74.92 90.22 17.08 -
YUV 228.94 29.84 143.02 -
System Red Green Blue C M Y K H S L
Decimal 250 252 55 0.01 0 0.78 0.01 60.61 0.97 0.6
Hex FA FC 37 1 0 4E 1 3D 61 3C
Octal 372 374 67 1 0 116 1 75 141 74
Binary 11111010 11111100 110111 1 0 1001110 1 111101 1100001 111100

Color Harmonies of #FAFC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC37

Black with #FAFC37

Text Example


Text Example

White with #FAFC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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