Html Css Color HEX #FDF52F Gorse

📋 copy color: '#FDF52F'

red 253 ◦ green 245 ◦ blue 47

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

Shades of Gorse #FDF52F

Tints of Gorse #FDF52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.62%

R = 46.42%
G = 44.95%
B = 8.62%

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

#FDF52F (or 0xFDF52F) is known color: Gorse. HEX triplet: FD, F5 and 2F. RGB value is (253,245,47). Sum of RGB (Red+Green+Blue) = 253+245+47=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 47 (18.75% from 255 or 8.62% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF52F is #020AD0. Grayscale: #E1E1E1. Windows color (decimal): -133841 or 3143165. OLE color: 3143165.

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

Color convert

RGB 253 245 47 -
CMYK 0 0.03 0.81 0.01
HSL 57.67º 0.98% 0.59% -
HSV(B) 57.67º 0.81% 0.99% -
XYZ 73.67 86.39 15.48 -
YUV 224.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 253 245 47 0 0.03 0.81 0.01 57.67 0.98 0.59
Hex FD F5 2F 0 3 51 1 3A 62 3B
Octal 375 365 57 0 3 121 1 72 142 73
Binary 11111101 11110101 101111 0 11 1010001 1 111010 1100010 111011

Color Harmonies of #FDF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF52F

Black with #FDF52F

Text Example


Text Example

White with #FDF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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