Html Css Color HEX #FDF266 Corn

📋 copy color: '#FDF266'

red 253 ◦ green 242 ◦ blue 102

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

Shades of Corn #FDF266

Tints of Corn #FDF266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

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

R = 42.38%
G = 40.54%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF266 (or 0xFDF266) is known color: Corn. HEX triplet: FD, F2 and 66. RGB value is (253,242,102). Sum of RGB (Red+Green+Blue) = 253+242+102=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 102 (40.23% from 255 or 17.09% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF266 is #020D99. Grayscale: #E5E5E5. Windows color (decimal): -134554 or 6746877. OLE color: 6746877.

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

Color convert

RGB 253 242 102 -
CMYK 0 0.04 0.60 0.01
HSL 55.63º 0.97% 0.7% -
HSV(B) 55.63º 0.6% 0.99% -
XYZ 74.66 85.35 25.11 -
YUV 229.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 253 242 102 0 0.04 0.60 0.01 55.63 0.97 0.7
Hex FD F2 66 0 4 3C 1 38 61 46
Octal 375 362 146 0 4 74 1 70 141 106
Binary 11111101 11110010 1100110 0 100 111100 1 111000 1100001 1000110

Color Harmonies of #FDF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF266

Black with #FDF266

Text Example


Text Example

White with #FDF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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