Html Css Color HEX #FDF033 Gorse

📋 copy color: '#FDF033'

red 253 ◦ green 240 ◦ blue 51

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

Shades of Gorse #FDF033

Tints of Gorse #FDF033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.38%

R = 46.51%
G = 44.12%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF033 (or 0xFDF033) is known color: Gorse. HEX triplet: FD, F0 and 33. RGB value is (253,240,51). Sum of RGB (Red+Green+Blue) = 253+240+51=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 51 (20.31% from 255 or 9.38% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF033 is #020FCC. Grayscale: #DFDFDF. Windows color (decimal): -135117 or 3404029. OLE color: 3404029.

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

Color convert

RGB 253 240 51 -
CMYK 0 0.05 0.80 0.01
HSL 56.14º 0.98% 0.6% -
HSV(B) 56.14º 0.8% 0.99% -
XYZ 72.27 83.44 15.43 -
YUV 222.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 253 240 51 0 0.05 0.80 0.01 56.14 0.98 0.6
Hex FD F0 33 0 5 50 1 38 62 3C
Octal 375 360 63 0 5 120 1 70 142 74
Binary 11111101 11110000 110011 0 101 1010000 1 111000 1100010 111100

Color Harmonies of #FDF033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF033

Black with #FDF033

Text Example


Text Example

White with #FDF033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF033; }

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

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

background-color css

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

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

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

border-color css

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

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

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