Html Css Color HEX #FDF064 Corn

📋 copy color: '#FDF064'

red 253 ◦ green 240 ◦ blue 100

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

Shades of Corn #FDF064

Tints of Corn #FDF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.86%

R = 42.66%
G = 40.47%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF064 (or 0xFDF064) is known color: Corn. HEX triplet: FD, F0 and 64. RGB value is (253,240,100). Sum of RGB (Red+Green+Blue) = 253+240+100=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 100 (39.45% from 255 or 16.86% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF064 is #020F9B. Grayscale: #E4E4E4. Windows color (decimal): -135068 or 6615293. OLE color: 6615293.

HSL color Cylindrical-coordinate representation of color #FDF064: hue angle of 54.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF064 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 100 -
CMYK 0 0.05 0.60 0.01
HSL 54.9º 0.97% 0.69% -
HSV(B) 54.9º 0.6% 0.99% -
XYZ 73.97 84.12 24.4 -
YUV 227.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 253 240 100 0 0.05 0.60 0.01 54.9 0.97 0.69
Hex FD F0 64 0 5 3C 1 37 61 45
Octal 375 360 144 0 5 74 1 67 141 105
Binary 11111101 11110000 1100100 0 101 111100 1 110111 1100001 1000101

Color Harmonies of #FDF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF064

Black with #FDF064

Text Example


Text Example

White with #FDF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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