Html Css Color HEX #FDF52E Gorse

📋 copy color: '#FDF52E'

red 253 ◦ green 245 ◦ blue 46

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

Shades of Gorse #FDF52E

Tints of Gorse #FDF52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.46%

R = 46.51%
G = 45.04%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDF52E (or 0xFDF52E) is known color: Gorse. HEX triplet: FD, F5 and 2E. RGB value is (253,245,46). Sum of RGB (Red+Green+Blue) = 253+245+46=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 46 (18.36% from 255 or 8.46% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF52E is #020AD1. Grayscale: #E1E1E1. Windows color (decimal): -133842 or 3077629. OLE color: 3077629.

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

Color convert

RGB 253 245 46 -
CMYK 0 0.03 0.82 0.01
HSL 57.68º 0.98% 0.59% -
HSV(B) 57.68º 0.82% 0.99% -
XYZ 73.65 86.38 15.38 -
YUV 224.71 27.15 148.18 -
System Red Green Blue C M Y K H S L
Decimal 253 245 46 0 0.03 0.82 0.01 57.68 0.98 0.59
Hex FD F5 2E 0 3 52 1 3A 62 3B
Octal 375 365 56 0 3 122 1 72 142 73
Binary 11111101 11110101 101110 0 11 1010010 1 111010 1100010 111011

Color Harmonies of #FDF52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF52E

Black with #FDF52E

Text Example


Text Example

White with #FDF52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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