Html Css Color HEX #FCDA70 Sweet Corn

📋 copy color: '#FCDA70'

red 252 ◦ green 218 ◦ blue 112

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

Shades of Sweet Corn #FCDA70

Tints of Sweet Corn #FCDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

 BLUE value IS 112 (44.14% from 255) = 19.24%

R = 43.3%
G = 37.46%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCDA70 (or 0xFCDA70) is known color: Sweet Corn. HEX triplet: FC, DA and 70. RGB value is (252,218,112). Sum of RGB (Red+Green+Blue) = 252+218+112=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA70 is #03258F. Grayscale: #D8D8D8. Windows color (decimal): -206224 or 7396092. OLE color: 7396092.

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

Color convert

RGB 252 218 112 -
CMYK 0 0.13 0.56 0.01
HSL 45.43º 0.96% 0.71% -
HSV(B) 45.43º 0.56% 0.99% -
XYZ 68.14 72.01 25.64 -
YUV 216.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 252 218 112 0 0.13 0.56 0.01 45.43 0.96 0.71
Hex FC DA 70 0 D 38 1 2D 60 47
Octal 374 332 160 0 15 70 1 55 140 107
Binary 11111100 11011010 1110000 0 1101 111000 1 101101 1100000 1000111

Color Harmonies of #FCDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA70

Black with #FCDA70

Text Example


Text Example

White with #FCDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA70; }

 p { color: rgb(252,218,112); }

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

background-color css

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

 a { background-color: rgb(252,218,112); }

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

border-color css

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

 span { border-color: rgb(252,218,112); }

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