Html Css Color HEX #FDF302 Yellow

📋 copy color: '#FDF302'

red 253 ◦ green 243 ◦ blue 2

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

Shades of Yellow #FDF302

Tints of Yellow #FDF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.8%

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

R = 50.8%
G = 48.8%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDF302 (or 0xFDF302) is known color: Yellow. HEX triplet: FD, F3 and 02. RGB value is (253,243,2). Sum of RGB (Red+Green+Blue) = 253+243+2=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 2 (1.17% from 255 or 0.40% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF302 is #020CFD. Grayscale: #DBDBDB. Windows color (decimal): -134398 or 193533. OLE color: 193533.

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

Color convert

RGB 253 243 2 -
CMYK 0 0.04 0.99 0.01
HSL 57.61º 0.98% 0.5% -
HSV(B) 57.61º 0.99% 0.99% -
XYZ 72.57 84.99 12.64 -
YUV 218.52 5.81 152.6 -
System Red Green Blue C M Y K H S L
Decimal 253 243 2 0 0.04 0.99 0.01 57.61 0.98 0.5
Hex FD F3 2 0 4 63 1 3A 62 32
Octal 375 363 2 0 4 143 1 72 142 62
Binary 11111101 11110011 10 0 100 1100011 1 111010 1100010 110010

Color Harmonies of #FDF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF302

Black with #FDF302

Text Example


Text Example

White with #FDF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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