Html Css Color HEX #FDF531 Gorse

📋 copy color: '#FDF531'

red 253 ◦ green 245 ◦ blue 49

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

Shades of Gorse #FDF531

Tints of Gorse #FDF531

RGB

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

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

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

R = 46.25%
G = 44.79%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF531 (or 0xFDF531) is known color: Gorse. HEX triplet: FD, F5 and 31. RGB value is (253,245,49). Sum of RGB (Red+Green+Blue) = 253+245+49=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 49 (19.53% from 255 or 8.96% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF531 is #020ACE. Grayscale: #E1E1E1. Windows color (decimal): -133839 or 3274237. OLE color: 3274237.

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

Color convert

RGB 253 245 49 -
CMYK 0 0.03 0.81 0.01
HSL 57.65º 0.98% 0.59% -
HSV(B) 57.65º 0.81% 0.99% -
XYZ 73.71 86.41 15.7 -
YUV 225.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 253 245 49 0 0.03 0.81 0.01 57.65 0.98 0.59
Hex FD F5 31 0 3 51 1 3A 62 3B
Octal 375 365 61 0 3 121 1 72 142 73
Binary 11111101 11110101 110001 0 11 1010001 1 111010 1100010 111011

Color Harmonies of #FDF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF531

Black with #FDF531

Text Example


Text Example

White with #FDF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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