Html Css Color HEX #FCDA72 Sweet Corn

📋 copy color: '#FCDA72'

red 252 ◦ green 218 ◦ blue 114

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

Shades of Sweet Corn #FCDA72

Tints of Sweet Corn #FCDA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.52%

R = 43.15%
G = 37.33%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCDA72 (or 0xFCDA72) is known color: Sweet Corn. HEX triplet: FC, DA and 72. RGB value is (252,218,114). Sum of RGB (Red+Green+Blue) = 252+218+114=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA72 is #03258D. Grayscale: #D8D8D8. Windows color (decimal): -206222 or 7527164. OLE color: 7527164.

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

Color convert

RGB 252 218 114 -
CMYK 0 0.13 0.55 0.01
HSL 45.22º 0.96% 0.72% -
HSV(B) 45.22º 0.55% 0.99% -
XYZ 68.25 72.05 26.23 -
YUV 216.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 252 218 114 0 0.13 0.55 0.01 45.22 0.96 0.72
Hex FC DA 72 0 D 37 1 2D 60 48
Octal 374 332 162 0 15 67 1 55 140 110
Binary 11111100 11011010 1110010 0 1101 110111 1 101101 1100000 1001000

Color Harmonies of #FCDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA72

Black with #FCDA72

Text Example


Text Example

White with #FCDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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