Html Css Color HEX #FDFB31 Gorse

📋 copy color: '#FDFB31'

red 253 ◦ green 251 ◦ blue 49

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

Shades of Gorse #FDFB31

Tints of Gorse #FDFB31

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.39%

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

R = 45.75%
G = 45.39%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDFB31 (or 0xFDFB31) is known color: Gorse. HEX triplet: FD, FB and 31. RGB value is (253,251,49). Sum of RGB (Red+Green+Blue) = 253+251+49=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB31 is #0204CE. Grayscale: #E5E5E5. Windows color (decimal): -132303 or 3275773. OLE color: 3275773.

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

Color convert

RGB 253 251 49 -
CMYK 0 0.01 0.81 0.01
HSL 59.41º 0.98% 0.59% -
HSV(B) 59.41º 0.81% 0.99% -
XYZ 75.56 90.1 16.31 -
YUV 228.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 253 251 49 0 0.01 0.81 0.01 59.41 0.98 0.59
Hex FD FB 31 0 1 51 1 3B 62 3B
Octal 375 373 61 0 1 121 1 73 142 73
Binary 11111101 11111011 110001 0 1 1010001 1 111011 1100010 111011

Color Harmonies of #FDFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB31

Black with #FDFB31

Text Example


Text Example

White with #FDFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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