Html Css Color HEX #FDF532 Gorse

📋 copy color: '#FDF532'

red 253 ◦ green 245 ◦ blue 50

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

Shades of Gorse #FDF532

Tints of Gorse #FDF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.71%

 BLUE value IS 50 (19.92% from 255) = 9.12%

R = 46.17%
G = 44.71%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF532 (or 0xFDF532) is known color: Gorse. HEX triplet: FD, F5 and 32. RGB value is (253,245,50). Sum of RGB (Red+Green+Blue) = 253+245+50=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 50 (19.92% from 255 or 9.12% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF532 is #020ACD. Grayscale: #E1E1E1. Windows color (decimal): -133838 or 3339773. OLE color: 3339773.

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

Color convert

RGB 253 245 50 -
CMYK 0 0.03 0.80 0.01
HSL 57.64º 0.98% 0.59% -
HSV(B) 57.64º 0.8% 0.99% -
XYZ 73.74 86.42 15.81 -
YUV 225.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 253 245 50 0 0.03 0.80 0.01 57.64 0.98 0.59
Hex FD F5 32 0 3 50 1 3A 62 3B
Octal 375 365 62 0 3 120 1 72 142 73
Binary 11111101 11110101 110010 0 11 1010000 1 111010 1100010 111011

Color Harmonies of #FDF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF532

Black with #FDF532

Text Example


Text Example

White with #FDF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF532; }

 p { color: rgb(253,245,50); }

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

background-color css

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

 a { background-color: rgb(253,245,50); }

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

border-color css

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

 span { border-color: rgb(253,245,50); }

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