Html Css Color HEX #FAFF39 Gorse

📋 copy color: '#FAFF39'

red 250 ◦ green 255 ◦ blue 57

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

Shades of Gorse #FAFF39

Tints of Gorse #FAFF39

RGB

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

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

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

R = 44.48%
G = 45.37%
B = 10.14%

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

#FAFF39 (or 0xFAFF39) is known color: Gorse. HEX triplet: FA, FF and 39. RGB value is (250,255,57). Sum of RGB (Red+Green+Blue) = 250+255+57=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 57 (22.66% from 255 or 10.14% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF39 is #0500C6. Grayscale: #E7E7E7. Windows color (decimal): -327879 or 3801082. OLE color: 3801082.

HSL color Cylindrical-coordinate representation of color #FAFF39: hue angle of 61.52º 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 #FAFF39 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 57 -
CMYK 0.02 0 0.78 0
HSL 61.52º 1% 0.61% -
HSV(B) 61.52º 0.78% 1% -
XYZ 75.92 92.14 17.65 -
YUV 230.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 250 255 57 0.02 0 0.78 0 61.52 1 0.61
Hex FA FF 39 2 0 4E 0 3E 64 3D
Octal 372 377 71 2 0 116 0 76 144 75
Binary 11111010 11111111 111001 10 0 1001110 0 111110 1100100 111101

Color Harmonies of #FAFF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF39

Black with #FAFF39

Text Example


Text Example

White with #FAFF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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