Html Css Color HEX #FAFD31 Gorse

📋 copy color: '#FAFD31'

red 250 ◦ green 253 ◦ blue 49

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

Shades of Gorse #FAFD31

Tints of Gorse #FAFD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 8.88%

R = 45.29%
G = 45.83%
B = 8.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FAFD31 (or 0xFAFD31) is known color: Gorse. HEX triplet: FA, FD and 31. RGB value is (250,253,49). Sum of RGB (Red+Green+Blue) = 250+253+49=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 49 (19.53% from 255 or 8.88% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD31 is #0502CE. Grayscale: #E5E5E5. Windows color (decimal): -328399 or 3276282. OLE color: 3276282.

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

Color convert

RGB 250 253 49 -
CMYK 0.01 0 0.81 0.01
HSL 60.88º 0.98% 0.59% -
HSV(B) 60.88º 0.81% 0.99% -
XYZ 75.1 90.8 16.47 -
YUV 228.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 250 253 49 0.01 0 0.81 0.01 60.88 0.98 0.59
Hex FA FD 31 1 0 51 1 3D 62 3B
Octal 372 375 61 1 0 121 1 75 142 73
Binary 11111010 11111101 110001 1 0 1010001 1 111101 1100010 111011

Color Harmonies of #FAFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD31

Black with #FAFD31

Text Example


Text Example

White with #FAFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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