Html Css Color HEX #FDF02F Gorse

📋 copy color: '#FDF02F'

red 253 ◦ green 240 ◦ blue 47

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

Shades of Gorse #FDF02F

Tints of Gorse #FDF02F

RGB

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

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

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

R = 46.85%
G = 44.44%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF02F (or 0xFDF02F) is known color: Gorse. HEX triplet: FD, F0 and 2F. RGB value is (253,240,47). Sum of RGB (Red+Green+Blue) = 253+240+47=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 47 (18.75% from 255 or 8.70% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF02F is #020FD0. Grayscale: #DEDEDE. Windows color (decimal): -135121 or 3141885. OLE color: 3141885.

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

Color convert

RGB 253 240 47 -
CMYK 0 0.05 0.81 0.01
HSL 56.21º 0.98% 0.59% -
HSV(B) 56.21º 0.81% 0.99% -
XYZ 72.18 83.41 14.98 -
YUV 221.89 29.31 150.19 -
System Red Green Blue C M Y K H S L
Decimal 253 240 47 0 0.05 0.81 0.01 56.21 0.98 0.59
Hex FD F0 2F 0 5 51 1 38 62 3B
Octal 375 360 57 0 5 121 1 70 142 73
Binary 11111101 11110000 101111 0 101 1010001 1 111000 1100010 111011

Color Harmonies of #FDF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF02F

Black with #FDF02F

Text Example


Text Example

White with #FDF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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