Html Css Color HEX #FDF166 Corn

📋 copy color: '#FDF166'

red 253 ◦ green 241 ◦ blue 102

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

Shades of Corn #FDF166

Tints of Corn #FDF166

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.44%

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

R = 42.45%
G = 40.44%
B = 17.11%

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

#FDF166 (or 0xFDF166) is known color: Corn. HEX triplet: FD, F1 and 66. RGB value is (253,241,102). Sum of RGB (Red+Green+Blue) = 253+241+102=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 102 (40.23% from 255 or 17.11% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF166 is #020E99. Grayscale: #E5E5E5. Windows color (decimal): -134810 or 6746621. OLE color: 6746621.

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

Color convert

RGB 253 241 102 -
CMYK 0 0.05 0.60 0.01
HSL 55.23º 0.97% 0.7% -
HSV(B) 55.23º 0.6% 0.99% -
XYZ 74.36 84.75 25.01 -
YUV 228.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 253 241 102 0 0.05 0.60 0.01 55.23 0.97 0.7
Hex FD F1 66 0 5 3C 1 37 61 46
Octal 375 361 146 0 5 74 1 67 141 106
Binary 11111101 11110001 1100110 0 101 111100 1 110111 1100001 1000110

Color Harmonies of #FDF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF166

Black with #FDF166

Text Example


Text Example

White with #FDF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF166; }

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

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

background-color css

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

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

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

border-color css

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

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

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