Html Css Color HEX #FDF356 Corn

📋 copy color: '#FDF356'

red 253 ◦ green 243 ◦ blue 86

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

Shades of Corn #FDF356

Tints of Corn #FDF356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.78%

R = 43.47%
G = 41.75%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF356 (or 0xFDF356) is known color: Corn. HEX triplet: FD, F3 and 56. RGB value is (253,243,86). Sum of RGB (Red+Green+Blue) = 253+243+86=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 86 (33.98% from 255 or 14.78% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF356 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF356 is #020CA9. Grayscale: #E4E4E4. Windows color (decimal): -134314 or 5698557. OLE color: 5698557.

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

Color convert

RGB 253 243 86 -
CMYK 0 0.04 0.66 0.01
HSL 56.41º 0.98% 0.66% -
HSV(B) 56.41º 0.66% 0.99% -
XYZ 74.24 85.66 21.42 -
YUV 228.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 253 243 86 0 0.04 0.66 0.01 56.41 0.98 0.66
Hex FD F3 56 0 4 42 1 38 62 42
Octal 375 363 126 0 4 102 1 70 142 102
Binary 11111101 11110011 1010110 0 100 1000010 1 111000 1100010 1000010

Color Harmonies of #FDF356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF356

Black with #FDF356

Text Example


Text Example

White with #FDF356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF356; }

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

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

background-color css

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

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

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

border-color css

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

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

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