Html Css Color HEX #FDF02A Gorse

📋 copy color: '#FDF02A'

red 253 ◦ green 240 ◦ blue 42

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

Shades of Gorse #FDF02A

Tints of Gorse #FDF02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

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

R = 47.29%
G = 44.86%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDF02A (or 0xFDF02A) is known color: Gorse. HEX triplet: FD, F0 and 2A. RGB value is (253,240,42). Sum of RGB (Red+Green+Blue) = 253+240+42=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 42 (16.80% from 255 or 7.85% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF02A is #020FD5. Grayscale: #DEDEDE. Windows color (decimal): -135126 or 2814205. OLE color: 2814205.

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

Color convert

RGB 253 240 42 -
CMYK 0 0.05 0.83 0.01
HSL 56.3º 0.98% 0.58% -
HSV(B) 56.3º 0.83% 0.99% -
XYZ 72.09 83.37 14.48 -
YUV 221.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 253 240 42 0 0.05 0.83 0.01 56.3 0.98 0.58
Hex FD F0 2A 0 5 53 1 38 62 3A
Octal 375 360 52 0 5 123 1 70 142 72
Binary 11111101 11110000 101010 0 101 1010011 1 111000 1100010 111010

Color Harmonies of #FDF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF02A

Black with #FDF02A

Text Example


Text Example

White with #FDF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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