Html Css Color HEX #FCDF7A Sweet Corn

📋 copy color: '#FCDF7A'

red 252 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FCDF7A

Tints of Sweet Corn #FCDF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.44%

R = 42.21%
G = 37.35%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCDF7A (or 0xFCDF7A) is known color: Sweet Corn. HEX triplet: FC, DF and 7A. RGB value is (252,223,122). Sum of RGB (Red+Green+Blue) = 252+223+122=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF7A is #032085. Grayscale: #DCDCDC. Windows color (decimal): -204934 or 8052732. OLE color: 8052732.

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

Color convert

RGB 252 223 122 -
CMYK 0 0.12 0.52 0.01
HSL 46.62º 0.96% 0.73% -
HSV(B) 46.62º 0.52% 0.99% -
XYZ 70.05 74.88 29.17 -
YUV 220.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 252 223 122 0 0.12 0.52 0.01 46.62 0.96 0.73
Hex FC DF 7A 0 C 34 1 2F 60 49
Octal 374 337 172 0 14 64 1 57 140 111
Binary 11111100 11011111 1111010 0 1100 110100 1 101111 1100000 1001001

Color Harmonies of #FCDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF7A

Black with #FCDF7A

Text Example


Text Example

White with #FCDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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