Html Css Color HEX #FCF45A Corn

📋 copy color: '#FCF45A'

red 252 ◦ green 244 ◦ blue 90

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

Shades of Corn #FCF45A

Tints of Corn #FCF45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.64%

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

R = 43%
G = 41.64%
B = 15.36%

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

#FCF45A (or 0xFCF45A) is known color: Corn. HEX triplet: FC, F4 and 5A. RGB value is (252,244,90). Sum of RGB (Red+Green+Blue) = 252+244+90=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 90 (35.55% from 255 or 15.36% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF45A is #030BA5. Grayscale: #E5E5E5. Windows color (decimal): -199590 or 5960956. OLE color: 5960956.

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

Color convert

RGB 252 244 90 -
CMYK 0 0.03 0.64 0.01
HSL 57.04º 0.96% 0.67% -
HSV(B) 57.04º 0.64% 0.99% -
XYZ 74.34 86.14 22.38 -
YUV 228.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 252 244 90 0 0.03 0.64 0.01 57.04 0.96 0.67
Hex FC F4 5A 0 3 40 1 39 60 43
Octal 374 364 132 0 3 100 1 71 140 103
Binary 11111100 11110100 1011010 0 11 1000000 1 111001 1100000 1000011

Color Harmonies of #FCF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF45A

Black with #FCF45A

Text Example


Text Example

White with #FCF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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