Html Css Color HEX #FCF85A Corn

📋 copy color: '#FCF85A'

red 252 ◦ green 248 ◦ blue 90

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

Shades of Corn #FCF85A

Tints of Corn #FCF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.03%

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

R = 42.71%
G = 42.03%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF85A (or 0xFCF85A) is known color: Corn. HEX triplet: FC, F8 and 5A. RGB value is (252,248,90). Sum of RGB (Red+Green+Blue) = 252+248+90=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 90 (35.55% from 255 or 15.25% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF85A is #0307A5. Grayscale: #E7E7E7. Windows color (decimal): -198566 or 5961980. OLE color: 5961980.

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

Color convert

RGB 252 248 90 -
CMYK 0 0.02 0.64 0.01
HSL 58.52º 0.96% 0.67% -
HSV(B) 58.52º 0.64% 0.99% -
XYZ 75.56 88.57 22.79 -
YUV 231.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 252 248 90 0 0.02 0.64 0.01 58.52 0.96 0.67
Hex FC F8 5A 0 2 40 1 3B 60 43
Octal 374 370 132 0 2 100 1 73 140 103
Binary 11111100 11111000 1011010 0 10 1000000 1 111011 1100000 1000011

Color Harmonies of #FCF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF85A

Black with #FCF85A

Text Example


Text Example

White with #FCF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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