Html Css Color HEX #FDF031 Gorse

📋 copy color: '#FDF031'

red 253 ◦ green 240 ◦ blue 49

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

Shades of Gorse #FDF031

Tints of Gorse #FDF031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

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

R = 46.68%
G = 44.28%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF031 (or 0xFDF031) is known color: Gorse. HEX triplet: FD, F0 and 31. RGB value is (253,240,49). Sum of RGB (Red+Green+Blue) = 253+240+49=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 49 (19.53% from 255 or 9.04% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF031 is #020FCE. Grayscale: #DEDEDE. Windows color (decimal): -135119 or 3272957. OLE color: 3272957.

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

Color convert

RGB 253 240 49 -
CMYK 0 0.05 0.81 0.01
HSL 56.18º 0.98% 0.59% -
HSV(B) 56.18º 0.81% 0.99% -
XYZ 72.22 83.42 15.2 -
YUV 222.11 30.31 150.03 -
System Red Green Blue C M Y K H S L
Decimal 253 240 49 0 0.05 0.81 0.01 56.18 0.98 0.59
Hex FD F0 31 0 5 51 1 38 62 3B
Octal 375 360 61 0 5 121 1 70 142 73
Binary 11111101 11110000 110001 0 101 1010001 1 111000 1100010 111011

Color Harmonies of #FDF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF031

Black with #FDF031

Text Example


Text Example

White with #FDF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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