Html Css Color HEX #FCF55B Corn

📋 copy color: '#FCF55B'

red 252 ◦ green 245 ◦ blue 91

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

Shades of Corn #FCF55B

Tints of Corn #FCF55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.48%

R = 42.86%
G = 41.67%
B = 15.48%

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

#FCF55B (or 0xFCF55B) is known color: Corn. HEX triplet: FC, F5 and 5B. RGB value is (252,245,91). Sum of RGB (Red+Green+Blue) = 252+245+91=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 91 (35.94% from 255 or 15.48% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF55B is #030AA4. Grayscale: #E6E6E6. Windows color (decimal): -199333 or 6026748. OLE color: 6026748.

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

Color convert

RGB 252 245 91 -
CMYK 0 0.03 0.64 0.01
HSL 57.39º 0.96% 0.67% -
HSV(B) 57.39º 0.64% 0.99% -
XYZ 74.69 86.76 22.71 -
YUV 229.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 252 245 91 0 0.03 0.64 0.01 57.39 0.96 0.67
Hex FC F5 5B 0 3 40 1 39 60 43
Octal 374 365 133 0 3 100 1 71 140 103
Binary 11111100 11110101 1011011 0 11 1000000 1 111001 1100000 1000011

Color Harmonies of #FCF55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF55B

Black with #FCF55B

Text Example


Text Example

White with #FCF55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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