Html Css Color HEX #FCDF74 Sweet Corn

📋 copy color: '#FCDF74'

red 252 ◦ green 223 ◦ blue 116

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

Shades of Sweet Corn #FCDF74

Tints of Sweet Corn #FCDF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.63%

R = 42.64%
G = 37.73%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCDF74 (or 0xFCDF74) is known color: Sweet Corn. HEX triplet: FC, DF and 74. RGB value is (252,223,116). Sum of RGB (Red+Green+Blue) = 252+223+116=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF74 is #03208B. Grayscale: #DBDBDB. Windows color (decimal): -204940 or 7659516. OLE color: 7659516.

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

Color convert

RGB 252 223 116 -
CMYK 0 0.12 0.54 0.01
HSL 47.21º 0.96% 0.72% -
HSV(B) 47.21º 0.54% 0.99% -
XYZ 69.68 74.73 27.27 -
YUV 219.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 252 223 116 0 0.12 0.54 0.01 47.21 0.96 0.72
Hex FC DF 74 0 C 36 1 2F 60 48
Octal 374 337 164 0 14 66 1 57 140 110
Binary 11111100 11011111 1110100 0 1100 110110 1 101111 1100000 1001000

Color Harmonies of #FCDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF74

Black with #FCDF74

Text Example


Text Example

White with #FCDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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