Html Css Color HEX #FDF037 Gorse

📋 copy color: '#FDF037'

red 253 ◦ green 240 ◦ blue 55

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

Shades of Gorse #FDF037

Tints of Gorse #FDF037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.04%

R = 46.17%
G = 43.8%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDF037 (or 0xFDF037) is known color: Gorse. HEX triplet: FD, F0 and 37. RGB value is (253,240,55). Sum of RGB (Red+Green+Blue) = 253+240+55=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 55 (21.88% from 255 or 10.04% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF037 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF037 is #020FC8. Grayscale: #DFDFDF. Windows color (decimal): -135113 or 3666173. OLE color: 3666173.

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

Color convert

RGB 253 240 55 -
CMYK 0 0.05 0.78 0.01
HSL 56.06º 0.98% 0.6% -
HSV(B) 56.06º 0.78% 0.99% -
XYZ 72.36 83.48 15.91 -
YUV 222.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 253 240 55 0 0.05 0.78 0.01 56.06 0.98 0.6
Hex FD F0 37 0 5 4E 1 38 62 3C
Octal 375 360 67 0 5 116 1 70 142 74
Binary 11111101 11110000 110111 0 101 1001110 1 111000 1100010 111100

Color Harmonies of #FDF037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF037

Black with #FDF037

Text Example


Text Example

White with #FDF037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF037; }

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

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

background-color css

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

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

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

border-color css

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

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

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