Html Css Color HEX #FAFF37 Gorse

📋 copy color: '#FAFF37'

red 250 ◦ green 255 ◦ blue 55

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

Shades of Gorse #FAFF37

Tints of Gorse #FAFF37

RGB

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

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

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

R = 44.64%
G = 45.54%
B = 9.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FAFF37 (or 0xFAFF37) is known color: Gorse. HEX triplet: FA, FF and 37. RGB value is (250,255,55). Sum of RGB (Red+Green+Blue) = 250+255+55=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 55 (21.88% from 255 or 9.82% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF37 is #0500C8. Grayscale: #E7E7E7. Windows color (decimal): -327881 or 3670010. OLE color: 3670010.

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

Color convert

RGB 250 255 55 -
CMYK 0.02 0 0.78 0
HSL 61.5º 1% 0.61% -
HSV(B) 61.5º 0.78% 1% -
XYZ 75.87 92.12 17.4 -
YUV 230.71 28.84 141.76 -
System Red Green Blue C M Y K H S L
Decimal 250 255 55 0.02 0 0.78 0 61.5 1 0.61
Hex FA FF 37 2 0 4E 0 3E 64 3D
Octal 372 377 67 2 0 116 0 76 144 75
Binary 11111010 11111111 110111 10 0 1001110 0 111110 1100100 111101

Color Harmonies of #FAFF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF37

Black with #FAFF37

Text Example


Text Example

White with #FAFF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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