Html Css Color HEX #FDF52A Gorse

📋 copy color: '#FDF52A'

red 253 ◦ green 245 ◦ blue 42

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

Shades of Gorse #FDF52A

Tints of Gorse #FDF52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.78%

R = 46.85%
G = 45.37%
B = 7.78%

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

#FDF52A (or 0xFDF52A) is known color: Gorse. HEX triplet: FD, F5 and 2A. RGB value is (253,245,42). Sum of RGB (Red+Green+Blue) = 253+245+42=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 42 (16.80% from 255 or 7.78% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF52A is #020AD5. Grayscale: #E1E1E1. Windows color (decimal): -133846 or 2815485. OLE color: 2815485.

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

Color convert

RGB 253 245 42 -
CMYK 0 0.03 0.83 0.01
HSL 57.73º 0.98% 0.58% -
HSV(B) 57.73º 0.83% 0.99% -
XYZ 73.58 86.35 14.98 -
YUV 224.25 25.15 148.51 -
System Red Green Blue C M Y K H S L
Decimal 253 245 42 0 0.03 0.83 0.01 57.73 0.98 0.58
Hex FD F5 2A 0 3 53 1 3A 62 3A
Octal 375 365 52 0 3 123 1 72 142 72
Binary 11111101 11110101 101010 0 11 1010011 1 111010 1100010 111010

Color Harmonies of #FDF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF52A

Black with #FDF52A

Text Example


Text Example

White with #FDF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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