Html Css Color HEX #FCDF71 Sweet Corn

📋 copy color: '#FCDF71'

red 252 ◦ green 223 ◦ blue 113

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

Shades of Sweet Corn #FCDF71

Tints of Sweet Corn #FCDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.93%

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

R = 42.86%
G = 37.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCDF71 (or 0xFCDF71) is known color: Sweet Corn. HEX triplet: FC, DF and 71. RGB value is (252,223,113). Sum of RGB (Red+Green+Blue) = 252+223+113=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF71 is #03208E. Grayscale: #DBDBDB. Windows color (decimal): -204943 or 7462908. OLE color: 7462908.

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

Color convert

RGB 252 223 113 -
CMYK 0 0.12 0.55 0.01
HSL 47.48º 0.96% 0.72% -
HSV(B) 47.48º 0.55% 0.99% -
XYZ 69.51 74.66 26.37 -
YUV 219.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 252 223 113 0 0.12 0.55 0.01 47.48 0.96 0.72
Hex FC DF 71 0 C 37 1 2F 60 48
Octal 374 337 161 0 14 67 1 57 140 110
Binary 11111100 11011111 1110001 0 1100 110111 1 101111 1100000 1001000

Color Harmonies of #FCDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF71

Black with #FCDF71

Text Example


Text Example

White with #FCDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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