Html Css Color HEX #FCF25A Corn

📋 copy color: '#FCF25A'

red 252 ◦ green 242 ◦ blue 90

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

Shades of Corn #FCF25A

Tints of Corn #FCF25A

RGB

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

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

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

R = 43.15%
G = 41.44%
B = 15.41%

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

#FCF25A (or 0xFCF25A) is known color: Corn. HEX triplet: FC, F2 and 5A. RGB value is (252,242,90). Sum of RGB (Red+Green+Blue) = 252+242+90=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF25A is #030DA5. Grayscale: #E4E4E4. Windows color (decimal): -200102 or 5960444. OLE color: 5960444.

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

Color convert

RGB 252 242 90 -
CMYK 0 0.04 0.64 0.01
HSL 56.3º 0.96% 0.67% -
HSV(B) 56.3º 0.64% 0.99% -
XYZ 73.74 84.94 22.18 -
YUV 227.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 252 242 90 0 0.04 0.64 0.01 56.3 0.96 0.67
Hex FC F2 5A 0 4 40 1 38 60 43
Octal 374 362 132 0 4 100 1 70 140 103
Binary 11111100 11110010 1011010 0 100 1000000 1 111000 1100000 1000011

Color Harmonies of #FCF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF25A

Black with #FCF25A

Text Example


Text Example

White with #FCF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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