Html Css Color HEX #FAF463 Corn

📋 copy color: '#FAF463'

red 250 ◦ green 244 ◦ blue 99

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

Shades of Corn #FAF463

Tints of Corn #FAF463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 16.69%

R = 42.16%
G = 41.15%
B = 16.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAF463 (or 0xFAF463) is known color: Corn. HEX triplet: FA, F4 and 63. RGB value is (250,244,99). Sum of RGB (Red+Green+Blue) = 250+244+99=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 99 (39.06% from 255 or 16.69% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF463 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF463 is #050B9C. Grayscale: #E5E5E5. Windows color (decimal): -330653 or 6550778. OLE color: 6550778.

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

Color convert

RGB 250 244 99 -
CMYK 0 0.02 0.60 0.02
HSL 57.62º 0.94% 0.68% -
HSV(B) 57.62º 0.6% 0.98% -
XYZ 74.03 85.93 24.49 -
YUV 229.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 250 244 99 0 0.02 0.60 0.02 57.62 0.94 0.68
Hex FA F4 63 0 2 3C 2 3A 5E 44
Octal 372 364 143 0 2 74 2 72 136 104
Binary 11111010 11110100 1100011 0 10 111100 10 111010 1011110 1000100

Color Harmonies of #FAF463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF463

Black with #FAF463

Text Example


Text Example

White with #FAF463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF463; }

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

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

background-color css

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

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

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

border-color css

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

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

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