Html Css Color HEX #FCF55A Corn

📋 copy color: '#FCF55A'

red 252 ◦ green 245 ◦ blue 90

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

Shades of Corn #FCF55A

Tints of Corn #FCF55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.74%

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

R = 42.93%
G = 41.74%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF55A (or 0xFCF55A) is known color: Corn. HEX triplet: FC, F5 and 5A. RGB value is (252,245,90). Sum of RGB (Red+Green+Blue) = 252+245+90=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55A is #030AA5. Grayscale: #E6E6E6. Windows color (decimal): -199334 or 5961212. OLE color: 5961212.

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

Color convert

RGB 252 245 90 -
CMYK 0 0.03 0.64 0.01
HSL 57.41º 0.96% 0.67% -
HSV(B) 57.41º 0.64% 0.99% -
XYZ 74.64 86.74 22.48 -
YUV 229.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 252 245 90 0 0.03 0.64 0.01 57.41 0.96 0.67
Hex FC F5 5A 0 3 40 1 39 60 43
Octal 374 365 132 0 3 100 1 71 140 103
Binary 11111100 11110101 1011010 0 11 1000000 1 111001 1100000 1000011

Color Harmonies of #FCF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF55A

Black with #FCF55A

Text Example


Text Example

White with #FCF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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