Html Css Color HEX #FAFD32 Gorse

📋 copy color: '#FAFD32'

red 250 ◦ green 253 ◦ blue 50

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

Shades of Gorse #FAFD32

Tints of Gorse #FAFD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.04%

R = 45.21%
G = 45.75%
B = 9.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FAFD32 (or 0xFAFD32) is known color: Gorse. HEX triplet: FA, FD and 32. RGB value is (250,253,50). Sum of RGB (Red+Green+Blue) = 250+253+50=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 50 (19.92% from 255 or 9.04% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD32 is #0502CD. Grayscale: #E5E5E5. Windows color (decimal): -328398 or 3341818. OLE color: 3341818.

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

Color convert

RGB 250 253 50 -
CMYK 0.01 0 0.80 0.01
HSL 60.89º 0.98% 0.59% -
HSV(B) 60.89º 0.8% 0.99% -
XYZ 75.13 90.8 16.59 -
YUV 228.96 27.01 143.01 -
System Red Green Blue C M Y K H S L
Decimal 250 253 50 0.01 0 0.80 0.01 60.89 0.98 0.59
Hex FA FD 32 1 0 50 1 3D 62 3B
Octal 372 375 62 1 0 120 1 75 142 73
Binary 11111010 11111101 110010 1 0 1010000 1 111101 1100010 111011

Color Harmonies of #FAFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD32

Black with #FAFD32

Text Example


Text Example

White with #FAFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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