Html Css Color HEX #FCDF6B Sweet Corn

📋 copy color: '#FCDF6B'

red 252 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #FCDF6B

Tints of Sweet Corn #FCDF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.38%

R = 43.3%
G = 38.32%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCDF6B (or 0xFCDF6B) is known color: Sweet Corn. HEX triplet: FC, DF and 6B. RGB value is (252,223,107). Sum of RGB (Red+Green+Blue) = 252+223+107=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF6B is #032094. Grayscale: #DADADA. Windows color (decimal): -204949 or 7069692. OLE color: 7069692.

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

Color convert

RGB 252 223 107 -
CMYK 0 0.12 0.58 0.01
HSL 48º 0.96% 0.7% -
HSV(B) 48º 0.58% 0.99% -
XYZ 69.19 74.53 24.65 -
YUV 218.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 252 223 107 0 0.12 0.58 0.01 48 0.96 0.7
Hex FC DF 6B 0 C 3A 1 30 60 46
Octal 374 337 153 0 14 72 1 60 140 106
Binary 11111100 11011111 1101011 0 1100 111010 1 110000 1100000 1000110

Color Harmonies of #FCDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF6B

Black with #FCDF6B

Text Example


Text Example

White with #FCDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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