Html Css Color HEX #FDEE67 Corn

📋 copy color: '#FDEE67'

red 253 ◦ green 238 ◦ blue 103

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

Shades of Corn #FDEE67

Tints of Corn #FDEE67

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.07%

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

R = 42.59%
G = 40.07%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDEE67 (or 0xFDEE67) is known color: Corn. HEX triplet: FD, EE and 67. RGB value is (253,238,103). Sum of RGB (Red+Green+Blue) = 253+238+103=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE67 is #021198. Grayscale: #E3E3E3. Windows color (decimal): -135577 or 6811389. OLE color: 6811389.

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

Color convert

RGB 253 238 103 -
CMYK 0 0.06 0.59 0.01
HSL 54º 0.97% 0.7% -
HSV(B) 54º 0.59% 0.99% -
XYZ 73.53 83.01 24.98 -
YUV 227.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 253 238 103 0 0.06 0.59 0.01 54 0.97 0.7
Hex FD EE 67 0 6 3B 1 36 61 46
Octal 375 356 147 0 6 73 1 66 141 106
Binary 11111101 11101110 1100111 0 110 111011 1 110110 1100001 1000110

Color Harmonies of #FDEE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEE67

Black with #FDEE67

Text Example


Text Example

White with #FDEE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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