Html Css Color HEX #FCDF69 Sweet Corn

📋 copy color: '#FCDF69'

red 252 ◦ green 223 ◦ blue 105

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

Shades of Sweet Corn #FCDF69

Tints of Sweet Corn #FCDF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.1%

R = 43.45%
G = 38.45%
B = 18.1%

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

#FCDF69 (or 0xFCDF69) is known color: Sweet Corn. HEX triplet: FC, DF and 69. RGB value is (252,223,105). Sum of RGB (Red+Green+Blue) = 252+223+105=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 105 (41.41% from 255 or 18.10% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF69 is #032096. Grayscale: #DADADA. Windows color (decimal): -204951 or 6938620. OLE color: 6938620.

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

Color convert

RGB 252 223 105 -
CMYK 0 0.12 0.58 0.01
HSL 48.16º 0.96% 0.7% -
HSV(B) 48.16º 0.58% 0.99% -
XYZ 69.08 74.49 24.1 -
YUV 218.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 252 223 105 0 0.12 0.58 0.01 48.16 0.96 0.7
Hex FC DF 69 0 C 3A 1 30 60 46
Octal 374 337 151 0 14 72 1 60 140 106
Binary 11111100 11011111 1101001 0 1100 111010 1 110000 1100000 1000110

Color Harmonies of #FCDF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF69

Black with #FCDF69

Text Example


Text Example

White with #FCDF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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