Html Css Color HEX #FCE369 Sweet Corn

📋 copy color: '#FCE369'

red 252 ◦ green 227 ◦ blue 105

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

Shades of Sweet Corn #FCE369

Tints of Sweet Corn #FCE369

RGB

 RED value IS 252 (98.83% from 255) = 43.15%

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

 BLUE value IS 105 (41.41% from 255) = 17.98%

R = 43.15%
G = 38.87%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE369 (or 0xFCE369) is known color: Sweet Corn. HEX triplet: FC, E3 and 69. RGB value is (252,227,105). Sum of RGB (Red+Green+Blue) = 252+227+105=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 105 (41.41% from 255 or 17.98% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE369 is #031C96. Grayscale: #DDDDDD. Windows color (decimal): -203927 or 6939644. OLE color: 6939644.

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

Color convert

RGB 252 227 105 -
CMYK 0 0.10 0.58 0.01
HSL 49.8º 0.96% 0.7% -
HSV(B) 49.8º 0.58% 0.99% -
XYZ 70.16 76.65 24.46 -
YUV 220.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 252 227 105 0 0.10 0.58 0.01 49.8 0.96 0.7
Hex FC E3 69 0 A 3A 1 32 60 46
Octal 374 343 151 0 12 72 1 62 140 106
Binary 11111100 11100011 1101001 0 1010 111010 1 110010 1100000 1000110

Color Harmonies of #FCE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE369

Black with #FCE369

Text Example


Text Example

White with #FCE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE369; }

 p { color: rgb(252,227,105); }

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

background-color css

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

 a { background-color: rgb(252,227,105); }

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

border-color css

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

 span { border-color: rgb(252,227,105); }

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