Html Css Color HEX #FFF460 Corn

📋 copy color: '#FFF460'

red 255 ◦ green 244 ◦ blue 96

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

Shades of Corn #FFF460

Tints of Corn #FFF460

RGB

 RED value IS 255 (100% from 255) = 42.86%

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

 BLUE value IS 96 (37.89% from 255) = 16.13%

R = 42.86%
G = 41.01%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFF460 (or 0xFFF460) is known color: Corn. HEX triplet: FF, F4 and 60. RGB value is (255,244,96). Sum of RGB (Red+Green+Blue) = 255+244+96=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 96 (37.89% from 255 or 16.13% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF460 is #000B9F. Grayscale: #E7E7E7. Windows color (decimal): -2976 or 6354175. OLE color: 6354175.

HSL color Cylindrical-coordinate representation of color #FFF460: hue angle of 55.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF460 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 96 -
CMYK 0 0.04 0.62 0
HSL 55.85º 1% 0.69% -
HSV(B) 55.85º 0.62% 1% -
XYZ 75.7 86.81 23.83 -
YUV 230.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 255 244 96 0 0.04 0.62 0 55.85 1 0.69
Hex FF F4 60 0 4 3E 0 38 64 45
Octal 377 364 140 0 4 76 0 70 144 105
Binary 11111111 11110100 1100000 0 100 111110 0 111000 1100100 1000101

Color Harmonies of #FFF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF460

Black with #FFF460

Text Example


Text Example

White with #FFF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF460; }

 p { color: rgb(255,244,96); }

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

background-color css

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

 a { background-color: rgb(255,244,96); }

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

border-color css

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

 span { border-color: rgb(255,244,96); }

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