Html Css Color HEX #FCF15A Corn

📋 copy color: '#FCF15A'

red 252 ◦ green 241 ◦ blue 90

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

Shades of Corn #FCF15A

Tints of Corn #FCF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.44%

R = 43.22%
G = 41.34%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF15A (or 0xFCF15A) is known color: Corn. HEX triplet: FC, F1 and 5A. RGB value is (252,241,90). Sum of RGB (Red+Green+Blue) = 252+241+90=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15A is #030EA5. Grayscale: #E3E3E3. Windows color (decimal): -200358 or 5960188. OLE color: 5960188.

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

Color convert

RGB 252 241 90 -
CMYK 0 0.04 0.64 0.01
HSL 55.93º 0.96% 0.67% -
HSV(B) 55.93º 0.64% 0.99% -
XYZ 73.45 84.34 22.08 -
YUV 227.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 252 241 90 0 0.04 0.64 0.01 55.93 0.96 0.67
Hex FC F1 5A 0 4 40 1 38 60 43
Octal 374 361 132 0 4 100 1 70 140 103
Binary 11111100 11110001 1011010 0 100 1000000 1 111000 1100000 1000011

Color Harmonies of #FCF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF15A

Black with #FCF15A

Text Example


Text Example

White with #FCF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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