Html Css Color HEX #FCDA73 Sweet Corn

📋 copy color: '#FCDA73'

red 252 ◦ green 218 ◦ blue 115

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

Shades of Sweet Corn #FCDA73

Tints of Sweet Corn #FCDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.66%

R = 43.08%
G = 37.26%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCDA73 (or 0xFCDA73) is known color: Sweet Corn. HEX triplet: FC, DA and 73. RGB value is (252,218,115). Sum of RGB (Red+Green+Blue) = 252+218+115=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA73 is #03258C. Grayscale: #D8D8D8. Windows color (decimal): -206221 or 7592700. OLE color: 7592700.

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

Color convert

RGB 252 218 115 -
CMYK 0 0.13 0.54 0.01
HSL 45.11º 0.96% 0.72% -
HSV(B) 45.11º 0.54% 0.99% -
XYZ 68.31 72.08 26.53 -
YUV 216.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 252 218 115 0 0.13 0.54 0.01 45.11 0.96 0.72
Hex FC DA 73 0 D 36 1 2D 60 48
Octal 374 332 163 0 15 66 1 55 140 110
Binary 11111100 11011010 1110011 0 1101 110110 1 101101 1100000 1001000

Color Harmonies of #FCDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA73

Black with #FCDA73

Text Example


Text Example

White with #FCDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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