Html Css Color HEX #FAF464 Corn

📋 copy color: '#FAF464'

red 250 ◦ green 244 ◦ blue 100

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

Shades of Corn #FAF464

Tints of Corn #FAF464

RGB

 RED value IS 250 (98.05% from 255) = 42.09%

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

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

R = 42.09%
G = 41.08%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAF464 (or 0xFAF464) is known color: Corn. HEX triplet: FA, F4 and 64. RGB value is (250,244,100). Sum of RGB (Red+Green+Blue) = 250+244+100=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 100 (39.45% from 255 or 16.84% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF464 is #050B9B. Grayscale: #E5E5E5. Windows color (decimal): -330652 or 6616314. OLE color: 6616314.

HSL color Cylindrical-coordinate representation of color #FAF464: hue angle of 57.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAF464 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 244 100 -
CMYK 0 0.02 0.6 0.02
HSL 57.6º 0.94% 0.69% -
HSV(B) 57.6º 0.6% 0.98% -
XYZ 74.08 85.95 24.74 -
YUV 229.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 250 244 100 0 0.02 0.6 0.02 57.6 0.94 0.69
Hex FA F4 64 0 2 3C 2 3A 5E 45
Octal 372 364 144 0 2 74 2 72 136 105
Binary 11111010 11110100 1100100 0 10 111100 10 111010 1011110 1000101

Color Harmonies of #FAF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF464

Black with #FAF464

Text Example


Text Example

White with #FAF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF464; }

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

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

background-color css

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

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

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

border-color css

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

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

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