Html Css Color HEX #FCDB75 Sweet Corn

📋 copy color: '#FCDB75'

red 252 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #FCDB75

Tints of Sweet Corn #FCDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.9%

R = 42.86%
G = 37.24%
B = 19.9%

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

#FCDB75 (or 0xFCDB75) is known color: Sweet Corn. HEX triplet: FC, DB and 75. RGB value is (252,219,117). Sum of RGB (Red+Green+Blue) = 252+219+117=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB75 is #03248A. Grayscale: #D9D9D9. Windows color (decimal): -205963 or 7724028. OLE color: 7724028.

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

Color convert

RGB 252 219 117 -
CMYK 0 0.13 0.54 0.01
HSL 45.33º 0.96% 0.72% -
HSV(B) 45.33º 0.54% 0.99% -
XYZ 68.69 72.64 27.23 -
YUV 217.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 252 219 117 0 0.13 0.54 0.01 45.33 0.96 0.72
Hex FC DB 75 0 D 36 1 2D 60 48
Octal 374 333 165 0 15 66 1 55 140 110
Binary 11111100 11011011 1110101 0 1101 110110 1 101101 1100000 1001000

Color Harmonies of #FCDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB75

Black with #FCDB75

Text Example


Text Example

White with #FCDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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