Html Css Color HEX #FCDF75 Sweet Corn

📋 copy color: '#FCDF75'

red 252 ◦ green 223 ◦ blue 117

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

Shades of Sweet Corn #FCDF75

Tints of Sweet Corn #FCDF75

RGB

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

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

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

R = 42.57%
G = 37.67%
B = 19.76%

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

#FCDF75 (or 0xFCDF75) is known color: Sweet Corn. HEX triplet: FC, DF and 75. RGB value is (252,223,117). Sum of RGB (Red+Green+Blue) = 252+223+117=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF75 is #03208A. Grayscale: #DCDCDC. Windows color (decimal): -204939 or 7725052. OLE color: 7725052.

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

Color convert

RGB 252 223 117 -
CMYK 0 0.12 0.54 0.01
HSL 47.11º 0.96% 0.72% -
HSV(B) 47.11º 0.54% 0.99% -
XYZ 69.74 74.76 27.58 -
YUV 219.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 252 223 117 0 0.12 0.54 0.01 47.11 0.96 0.72
Hex FC DF 75 0 C 36 1 2F 60 48
Octal 374 337 165 0 14 66 1 57 140 110
Binary 11111100 11011111 1110101 0 1100 110110 1 101111 1100000 1001000

Color Harmonies of #FCDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF75

Black with #FCDF75

Text Example


Text Example

White with #FCDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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