Html Css Color HEX #FDF602 Yellow

📋 copy color: '#FDF602'

red 253 ◦ green 246 ◦ blue 2

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

Shades of Yellow #FDF602

Tints of Yellow #FDF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.1%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.5%
G = 49.1%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDF602 (or 0xFDF602) is known color: Yellow. HEX triplet: FD, F6 and 02. RGB value is (253,246,2). Sum of RGB (Red+Green+Blue) = 253+246+2=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 2 (1.17% from 255 or 0.40% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF602 is #0209FD. Grayscale: #DDDDDD. Windows color (decimal): -133630 or 194301. OLE color: 194301.

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

Color convert

RGB 253 246 2 -
CMYK 0 0.03 0.99 0.01
HSL 58.33º 0.98% 0.5% -
HSV(B) 58.33º 0.99% 0.99% -
XYZ 73.47 86.8 12.94 -
YUV 220.28 4.82 151.34 -
System Red Green Blue C M Y K H S L
Decimal 253 246 2 0 0.03 0.99 0.01 58.33 0.98 0.5
Hex FD F6 2 0 3 63 1 3A 62 32
Octal 375 366 2 0 3 143 1 72 142 62
Binary 11111101 11110110 10 0 11 1100011 1 111010 1100010 110010

Color Harmonies of #FDF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF602

Black with #FDF602

Text Example


Text Example

White with #FDF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF602; }

 p { color: rgb(253,246,2); }

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

background-color css

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

 a { background-color: rgb(253,246,2); }

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

border-color css

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

 span { border-color: rgb(253,246,2); }

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