Html Css Color HEX #FCDA71 Sweet Corn

📋 copy color: '#FCDA71'

red 252 ◦ green 218 ◦ blue 113

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

Shades of Sweet Corn #FCDA71

Tints of Sweet Corn #FCDA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.38%

R = 43.22%
G = 37.39%
B = 19.38%

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

#FCDA71 (or 0xFCDA71) is known color: Sweet Corn. HEX triplet: FC, DA and 71. RGB value is (252,218,113). Sum of RGB (Red+Green+Blue) = 252+218+113=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA71 is #03258E. Grayscale: #D8D8D8. Windows color (decimal): -206223 or 7461628. OLE color: 7461628.

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

Color convert

RGB 252 218 113 -
CMYK 0 0.13 0.55 0.01
HSL 45.32º 0.96% 0.72% -
HSV(B) 45.32º 0.55% 0.99% -
XYZ 68.2 72.03 25.93 -
YUV 216.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 252 218 113 0 0.13 0.55 0.01 45.32 0.96 0.72
Hex FC DA 71 0 D 37 1 2D 60 48
Octal 374 332 161 0 15 67 1 55 140 110
Binary 11111100 11011010 1110001 0 1101 110111 1 101101 1100000 1001000

Color Harmonies of #FCDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA71

Black with #FCDA71

Text Example


Text Example

White with #FCDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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