Html Css Color HEX #FCF25B Corn

📋 copy color: '#FCF25B'

red 252 ◦ green 242 ◦ blue 91

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

Shades of Corn #FCF25B

Tints of Corn #FCF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

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

R = 43.08%
G = 41.37%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCF25B (or 0xFCF25B) is known color: Corn. HEX triplet: FC, F2 and 5B. RGB value is (252,242,91). Sum of RGB (Red+Green+Blue) = 252+242+91=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 91 (35.94% from 255 or 15.56% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF25B is #030DA4. Grayscale: #E4E4E4. Windows color (decimal): -200101 or 6025980. OLE color: 6025980.

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

Color convert

RGB 252 242 91 -
CMYK 0 0.04 0.64 0.01
HSL 56.27º 0.96% 0.67% -
HSV(B) 56.27º 0.64% 0.99% -
XYZ 73.79 84.96 22.41 -
YUV 227.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 252 242 91 0 0.04 0.64 0.01 56.27 0.96 0.67
Hex FC F2 5B 0 4 40 1 38 60 43
Octal 374 362 133 0 4 100 1 70 140 103
Binary 11111100 11110010 1011011 0 100 1000000 1 111000 1100000 1000011

Color Harmonies of #FCF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF25B

Black with #FCF25B

Text Example


Text Example

White with #FCF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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