Html Css Color HEX #FAFD36 Gorse

📋 copy color: '#FAFD36'

red 250 ◦ green 253 ◦ blue 54

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

Shades of Gorse #FAFD36

Tints of Gorse #FAFD36

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.42%

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

R = 44.88%
G = 45.42%
B = 9.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FAFD36 (or 0xFAFD36) is known color: Gorse. HEX triplet: FA, FD and 36. RGB value is (250,253,54). Sum of RGB (Red+Green+Blue) = 250+253+54=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 54 (21.48% from 255 or 9.69% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD36 is #0502C9. Grayscale: #E6E6E6. Windows color (decimal): -328394 or 3603962. OLE color: 3603962.

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

Color convert

RGB 250 253 54 -
CMYK 0.01 0 0.79 0.01
HSL 60.9º 0.98% 0.6% -
HSV(B) 60.9º 0.79% 0.99% -
XYZ 75.22 90.84 17.06 -
YUV 229.42 29.01 142.68 -
System Red Green Blue C M Y K H S L
Decimal 250 253 54 0.01 0 0.79 0.01 60.9 0.98 0.6
Hex FA FD 36 1 0 4F 1 3D 62 3C
Octal 372 375 66 1 0 117 1 75 142 74
Binary 11111010 11111101 110110 1 0 1001111 1 111101 1100010 111100

Color Harmonies of #FAFD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD36

Black with #FAFD36

Text Example


Text Example

White with #FAFD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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