Html Css Color HEX #FDE467 Corn

📋 copy color: '#FDE467'

red 253 ◦ green 228 ◦ blue 103

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

Shades of Corn #FDE467

Tints of Corn #FDE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.04%

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

R = 43.32%
G = 39.04%
B = 17.64%

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

#FDE467 (or 0xFDE467) is known color: Corn. HEX triplet: FD, E4 and 67. RGB value is (253,228,103). Sum of RGB (Red+Green+Blue) = 253+228+103=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 103 (40.62% from 255 or 17.64% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE467 is #021B98. Grayscale: #DDDDDD. Windows color (decimal): -138137 or 6808829. OLE color: 6808829.

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

Color convert

RGB 253 228 103 -
CMYK 0 0.10 0.59 0.01
HSL 50º 0.97% 0.7% -
HSV(B) 50º 0.59% 0.99% -
XYZ 70.7 77.35 24.04 -
YUV 221.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 253 228 103 0 0.10 0.59 0.01 50 0.97 0.7
Hex FD E4 67 0 A 3B 1 32 61 46
Octal 375 344 147 0 12 73 1 62 141 106
Binary 11111101 11100100 1100111 0 1010 111011 1 110010 1100001 1000110

Color Harmonies of #FDE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE467

Black with #FDE467

Text Example


Text Example

White with #FDE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE467; }

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

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

background-color css

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

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

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

border-color css

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

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

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