Html Css Color HEX #FDF526 Gorse

📋 copy color: '#FDF526'

red 253 ◦ green 245 ◦ blue 38

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

Shades of Gorse #FDF526

Tints of Gorse #FDF526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.09%

R = 47.2%
G = 45.71%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF526 (or 0xFDF526) is known color: Gorse. HEX triplet: FD, F5 and 26. RGB value is (253,245,38). Sum of RGB (Red+Green+Blue) = 253+245+38=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 38 (15.23% from 255 or 7.09% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF526 is #020AD9. Grayscale: #E0E0E0. Windows color (decimal): -133850 or 2553341. OLE color: 2553341.

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

Color convert

RGB 253 245 38 -
CMYK 0 0.03 0.85 0.01
HSL 57.77º 0.98% 0.57% -
HSV(B) 57.77º 0.85% 0.99% -
XYZ 73.51 86.33 14.62 -
YUV 223.79 23.15 148.83 -
System Red Green Blue C M Y K H S L
Decimal 253 245 38 0 0.03 0.85 0.01 57.77 0.98 0.57
Hex FD F5 26 0 3 55 1 3A 62 39
Octal 375 365 46 0 3 125 1 72 142 71
Binary 11111101 11110101 100110 0 11 1010101 1 111010 1100010 111001

Color Harmonies of #FDF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF526

Black with #FDF526

Text Example


Text Example

White with #FDF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF526; }

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

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

background-color css

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

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

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

border-color css

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

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

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