Html Css Color HEX #FCF05A Corn

📋 copy color: '#FCF05A'

red 252 ◦ green 240 ◦ blue 90

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

Shades of Corn #FCF05A

Tints of Corn #FCF05A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

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

R = 43.3%
G = 41.24%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF05A (or 0xFCF05A) is known color: Corn. HEX triplet: FC, F0 and 5A. RGB value is (252,240,90). Sum of RGB (Red+Green+Blue) = 252+240+90=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05A is #030FA5. Grayscale: #E3E3E3. Windows color (decimal): -200614 or 5959932. OLE color: 5959932.

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

Color convert

RGB 252 240 90 -
CMYK 0 0.05 0.64 0.01
HSL 55.56º 0.96% 0.67% -
HSV(B) 55.56º 0.64% 0.99% -
XYZ 73.15 83.75 21.98 -
YUV 226.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 252 240 90 0 0.05 0.64 0.01 55.56 0.96 0.67
Hex FC F0 5A 0 5 40 1 38 60 43
Octal 374 360 132 0 5 100 1 70 140 103
Binary 11111100 11110000 1011010 0 101 1000000 1 111000 1100000 1000011

Color Harmonies of #FCF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF05A

Black with #FCF05A

Text Example


Text Example

White with #FCF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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