Html Css Color HEX #FDEA67 Corn

📋 copy color: '#FDEA67'

red 253 ◦ green 234 ◦ blue 103

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

Shades of Corn #FDEA67

Tints of Corn #FDEA67

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.66%

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

R = 42.88%
G = 39.66%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDEA67 (or 0xFDEA67) is known color: Corn. HEX triplet: FD, EA and 67. RGB value is (253,234,103). Sum of RGB (Red+Green+Blue) = 253+234+103=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 103 (40.62% from 255 or 17.46% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA67 is #021598. Grayscale: #E1E1E1. Windows color (decimal): -136601 or 6810365. OLE color: 6810365.

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

Color convert

RGB 253 234 103 -
CMYK 0 0.08 0.59 0.01
HSL 52.4º 0.97% 0.7% -
HSV(B) 52.4º 0.59% 0.99% -
XYZ 72.38 80.71 24.6 -
YUV 224.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 253 234 103 0 0.08 0.59 0.01 52.4 0.97 0.7
Hex FD EA 67 0 8 3B 1 34 61 46
Octal 375 352 147 0 10 73 1 64 141 106
Binary 11111101 11101010 1100111 0 1000 111011 1 110100 1100001 1000110

Color Harmonies of #FDEA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA67

Black with #FDEA67

Text Example


Text Example

White with #FDEA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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