Html Css Color HEX #FDF304 Yellow

📋 copy color: '#FDF304'

red 253 ◦ green 243 ◦ blue 4

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

Shades of Yellow #FDF304

Tints of Yellow #FDF304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.6%
G = 48.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDF304 (or 0xFDF304) is known color: Yellow. HEX triplet: FD, F3 and 04. RGB value is (253,243,4). Sum of RGB (Red+Green+Blue) = 253+243+4=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 4 (1.95% from 255 or 0.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF304 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF304 is #020CFB. Grayscale: #DBDBDB. Windows color (decimal): -134396 or 324605. OLE color: 324605.

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

Color convert

RGB 253 243 4 -
CMYK 0 0.04 0.98 0.01
HSL 57.59º 0.98% 0.5% -
HSV(B) 57.59º 0.98% 0.99% -
XYZ 72.58 84.99 12.69 -
YUV 218.74 6.81 152.43 -
System Red Green Blue C M Y K H S L
Decimal 253 243 4 0 0.04 0.98 0.01 57.59 0.98 0.5
Hex FD F3 4 0 4 62 1 3A 62 32
Octal 375 363 4 0 4 142 1 72 142 62
Binary 11111101 11110011 100 0 100 1100010 1 111010 1100010 110010

Color Harmonies of #FDF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF304

Black with #FDF304

Text Example


Text Example

White with #FDF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF304; }

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

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

background-color css

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

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

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

border-color css

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

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

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