Html Css Color HEX #FFF464 Corn

📋 copy color: '#FFF464'

red 255 ◦ green 244 ◦ blue 100

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

Shades of Corn #FFF464

Tints of Corn #FFF464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.69%

R = 42.57%
G = 40.73%
B = 16.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFF464 (or 0xFFF464) is known color: Corn. HEX triplet: FF, F4 and 64. RGB value is (255,244,100). Sum of RGB (Red+Green+Blue) = 255+244+100=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 100 (39.45% from 255 or 16.69% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF464 is #000B9B. Grayscale: #E7E7E7. Windows color (decimal): -2972 or 6616319. OLE color: 6616319.

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

Color convert

RGB 255 244 100 -
CMYK 0 0.04 0.61 0
HSL 55.74º 1% 0.7% -
HSV(B) 55.74º 0.61% 1% -
XYZ 75.89 86.88 24.83 -
YUV 230.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 255 244 100 0 0.04 0.61 0 55.74 1 0.7
Hex FF F4 64 0 4 3D 0 38 64 46
Octal 377 364 144 0 4 75 0 70 144 106
Binary 11111111 11110100 1100100 0 100 111101 0 111000 1100100 1000110

Color Harmonies of #FFF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF464

Black with #FFF464

Text Example


Text Example

White with #FFF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF464; }

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

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

background-color css

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

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

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

border-color css

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

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

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