Html Css Color HEX #FDF52C Gorse

📋 copy color: '#FDF52C'

red 253 ◦ green 245 ◦ blue 44

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

Shades of Gorse #FDF52C

Tints of Gorse #FDF52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.12%

R = 46.68%
G = 45.2%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDF52C (or 0xFDF52C) is known color: Gorse. HEX triplet: FD, F5 and 2C. RGB value is (253,245,44). Sum of RGB (Red+Green+Blue) = 253+245+44=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 44 (17.58% from 255 or 8.12% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF52C is #020AD3. Grayscale: #E1E1E1. Windows color (decimal): -133844 or 2946557. OLE color: 2946557.

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

Color convert

RGB 253 245 44 -
CMYK 0 0.03 0.83 0.01
HSL 57.7º 0.98% 0.58% -
HSV(B) 57.7º 0.83% 0.99% -
XYZ 73.62 86.37 15.17 -
YUV 224.48 26.15 148.34 -
System Red Green Blue C M Y K H S L
Decimal 253 245 44 0 0.03 0.83 0.01 57.7 0.98 0.58
Hex FD F5 2C 0 3 53 1 3A 62 3A
Octal 375 365 54 0 3 123 1 72 142 72
Binary 11111101 11110101 101100 0 11 1010011 1 111010 1100010 111010

Color Harmonies of #FDF52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF52C

Black with #FDF52C

Text Example


Text Example

White with #FDF52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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