Html Css Color HEX #FCDB70 Sweet Corn

📋 copy color: '#FCDB70'

red 252 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #FCDB70

Tints of Sweet Corn #FCDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 43.22%
G = 37.56%
B = 19.21%

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

#FCDB70 (or 0xFCDB70) is known color: Sweet Corn. HEX triplet: FC, DB and 70. RGB value is (252,219,112). Sum of RGB (Red+Green+Blue) = 252+219+112=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB70 is #03248F. Grayscale: #D9D9D9. Windows color (decimal): -205968 or 7396348. OLE color: 7396348.

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

Color convert

RGB 252 219 112 -
CMYK 0 0.13 0.56 0.01
HSL 45.86º 0.96% 0.71% -
HSV(B) 45.86º 0.56% 0.99% -
XYZ 68.4 72.53 25.72 -
YUV 216.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 252 219 112 0 0.13 0.56 0.01 45.86 0.96 0.71
Hex FC DB 70 0 D 38 1 2E 60 47
Octal 374 333 160 0 15 70 1 56 140 107
Binary 11111100 11011011 1110000 0 1101 111000 1 101110 1100000 1000111

Color Harmonies of #FCDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB70

Black with #FCDB70

Text Example


Text Example

White with #FCDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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