Html Css Color HEX #FDE367 Corn

📋 copy color: '#FDE367'

red 253 ◦ green 227 ◦ blue 103

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

Shades of Corn #FDE367

Tints of Corn #FDE367

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

 BLUE value IS 103 (40.63% from 255) = 17.67%

R = 43.4%
G = 38.94%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDE367 (or 0xFDE367) is known color: Corn. HEX triplet: FD, E3 and 67. RGB value is (253,227,103). Sum of RGB (Red+Green+Blue) = 253+227+103=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 103 (40.62% from 255 or 17.67% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE367 is #021C98. Grayscale: #DDDDDD. Windows color (decimal): -138393 or 6808573. OLE color: 6808573.

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

Color convert

RGB 253 227 103 -
CMYK 0 0.10 0.59 0.01
HSL 49.6º 0.97% 0.7% -
HSV(B) 49.6º 0.59% 0.99% -
XYZ 70.43 76.8 23.94 -
YUV 220.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 253 227 103 0 0.10 0.59 0.01 49.6 0.97 0.7
Hex FD E3 67 0 A 3B 1 32 61 46
Octal 375 343 147 0 12 73 1 62 141 106
Binary 11111101 11100011 1100111 0 1010 111011 1 110010 1100001 1000110

Color Harmonies of #FDE367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE367

Black with #FDE367

Text Example


Text Example

White with #FDE367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE367; }

 p { color: rgb(253,227,103); }

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

background-color css

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

 a { background-color: rgb(253,227,103); }

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

border-color css

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

 span { border-color: rgb(253,227,103); }

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