Html Css Color HEX #FCF165 Corn

📋 copy color: '#FCF165'

red 252 ◦ green 241 ◦ blue 101

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

Shades of Corn #FCF165

Tints of Corn #FCF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 101 (39.84% from 255) = 17%

R = 42.42%
G = 40.57%
B = 17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF165 (or 0xFCF165) is known color: Corn. HEX triplet: FC, F1 and 65. RGB value is (252,241,101). Sum of RGB (Red+Green+Blue) = 252+241+101=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF165 is #030E9A. Grayscale: #E4E4E4. Windows color (decimal): -200347 or 6681084. OLE color: 6681084.

HSL color Cylindrical-coordinate representation of color #FCF165: hue angle of 55.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF165 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 101 -
CMYK 0 0.04 0.60 0.01
HSL 55.63º 0.96% 0.69% -
HSV(B) 55.63º 0.6% 0.99% -
XYZ 73.95 84.55 24.73 -
YUV 228.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 252 241 101 0 0.04 0.60 0.01 55.63 0.96 0.69
Hex FC F1 65 0 4 3C 1 38 60 45
Octal 374 361 145 0 4 74 1 70 140 105
Binary 11111100 11110001 1100101 0 100 111100 1 111000 1100000 1000101

Color Harmonies of #FCF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF165

Black with #FCF165

Text Example


Text Example

White with #FCF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF165; }

 p { color: rgb(252,241,101); }

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

background-color css

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

 a { background-color: rgb(252,241,101); }

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

border-color css

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

 span { border-color: rgb(252,241,101); }

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