Html Css Color HEX #FDF066 Corn

📋 copy color: '#FDF066'

red 253 ◦ green 240 ◦ blue 102

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

Shades of Corn #FDF066

Tints of Corn #FDF066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.14%

R = 42.52%
G = 40.34%
B = 17.14%

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

#FDF066 (or 0xFDF066) is known color: Corn. HEX triplet: FD, F0 and 66. RGB value is (253,240,102). Sum of RGB (Red+Green+Blue) = 253+240+102=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF066 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF066 is #020F99. Grayscale: #E4E4E4. Windows color (decimal): -135066 or 6746365. OLE color: 6746365.

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

Color convert

RGB 253 240 102 -
CMYK 0 0.05 0.60 0.01
HSL 54.83º 0.97% 0.7% -
HSV(B) 54.83º 0.6% 0.99% -
XYZ 74.07 84.16 24.91 -
YUV 228.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 253 240 102 0 0.05 0.60 0.01 54.83 0.97 0.7
Hex FD F0 66 0 5 3C 1 37 61 46
Octal 375 360 146 0 5 74 1 67 141 106
Binary 11111101 11110000 1100110 0 101 111100 1 110111 1100001 1000110

Color Harmonies of #FDF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF066

Black with #FDF066

Text Example


Text Example

White with #FDF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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