Html Css Color HEX #FDF036 Gorse

📋 copy color: '#FDF036'

red 253 ◦ green 240 ◦ blue 54

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

Shades of Gorse #FDF036

Tints of Gorse #FDF036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 9.87%

R = 46.25%
G = 43.88%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF036 (or 0xFDF036) is known color: Gorse. HEX triplet: FD, F0 and 36. RGB value is (253,240,54). Sum of RGB (Red+Green+Blue) = 253+240+54=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 54 (21.48% from 255 or 9.87% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF036 is #020FC9. Grayscale: #DFDFDF. Windows color (decimal): -135114 or 3600637. OLE color: 3600637.

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

Color convert

RGB 253 240 54 -
CMYK 0 0.05 0.79 0.01
HSL 56.08º 0.98% 0.6% -
HSV(B) 56.08º 0.79% 0.99% -
XYZ 72.33 83.47 15.79 -
YUV 222.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 253 240 54 0 0.05 0.79 0.01 56.08 0.98 0.6
Hex FD F0 36 0 5 4F 1 38 62 3C
Octal 375 360 66 0 5 117 1 70 142 74
Binary 11111101 11110000 110110 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF036

Black with #FDF036

Text Example


Text Example

White with #FDF036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF036; }

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

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

background-color css

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

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

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

border-color css

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

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

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