Html Css Color HEX #FAFF36 Gorse

📋 copy color: '#FAFF36'

red 250 ◦ green 255 ◦ blue 54

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

Shades of Gorse #FAFF36

Tints of Gorse #FAFF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 9.66%

R = 44.72%
G = 45.62%
B = 9.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FAFF36 (or 0xFAFF36) is known color: Gorse. HEX triplet: FA, FF and 36. RGB value is (250,255,54). Sum of RGB (Red+Green+Blue) = 250+255+54=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 54 (21.48% from 255 or 9.66% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF36 is #0500C9. Grayscale: #E7E7E7. Windows color (decimal): -327882 or 3604474. OLE color: 3604474.

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

Color convert

RGB 250 255 54 -
CMYK 0.02 0 0.79 0
HSL 61.49º 1% 0.61% -
HSV(B) 61.49º 0.79% 1% -
XYZ 75.85 92.11 17.27 -
YUV 230.59 28.34 141.84 -
System Red Green Blue C M Y K H S L
Decimal 250 255 54 0.02 0 0.79 0 61.49 1 0.61
Hex FA FF 36 2 0 4F 0 3D 64 3D
Octal 372 377 66 2 0 117 0 75 144 75
Binary 11111010 11111111 110110 10 0 1001111 0 111101 1100100 111101

Color Harmonies of #FAFF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF36

Black with #FAFF36

Text Example


Text Example

White with #FAFF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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