Html Css Color HEX #FDF529 Gorse

📋 copy color: '#FDF529'

red 253 ◦ green 245 ◦ blue 41

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

Shades of Gorse #FDF529

Tints of Gorse #FDF529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.61%

R = 46.94%
G = 45.45%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF529 (or 0xFDF529) is known color: Gorse. HEX triplet: FD, F5 and 29. RGB value is (253,245,41). Sum of RGB (Red+Green+Blue) = 253+245+41=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 41 (16.41% from 255 or 7.61% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF529 is #020AD6. Grayscale: #E0E0E0. Windows color (decimal): -133847 or 2749949. OLE color: 2749949.

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

Color convert

RGB 253 245 41 -
CMYK 0 0.03 0.84 0.01
HSL 57.74º 0.98% 0.58% -
HSV(B) 57.74º 0.84% 0.99% -
XYZ 73.56 86.35 14.89 -
YUV 224.14 24.65 148.59 -
System Red Green Blue C M Y K H S L
Decimal 253 245 41 0 0.03 0.84 0.01 57.74 0.98 0.58
Hex FD F5 29 0 3 54 1 3A 62 3A
Octal 375 365 51 0 3 124 1 72 142 72
Binary 11111101 11110101 101001 0 11 1010100 1 111010 1100010 111010

Color Harmonies of #FDF529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF529

Black with #FDF529

Text Example


Text Example

White with #FDF529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF529; }

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

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

background-color css

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

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

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

border-color css

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

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

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