Html Css Color HEX #FAF956 Corn

📋 copy color: '#FAF956'

red 250 ◦ green 249 ◦ blue 86

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

Shades of Corn #FAF956

Tints of Corn #FAF956

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

 BLUE value IS 86 (33.98% from 255) = 14.7%

R = 42.74%
G = 42.56%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAF956 (or 0xFAF956) is known color: Corn. HEX triplet: FA, F9 and 56. RGB value is (250,249,86). Sum of RGB (Red+Green+Blue) = 250+249+86=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 86 (33.98% from 255 or 14.70% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF956 is #0506A9. Grayscale: #E7E7E7. Windows color (decimal): -329386 or 5700090. OLE color: 5700090.

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

Color convert

RGB 250 249 86 -
CMYK 0 0.00 0.66 0.02
HSL 59.63º 0.94% 0.66% -
HSV(B) 59.63º 0.66% 0.98% -
XYZ 74.98 88.75 21.98 -
YUV 230.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 250 249 86 0 0.00 0.66 0.02 59.63 0.94 0.66
Hex FA F9 56 0 0 42 2 3C 5E 42
Octal 372 371 126 0 0 102 2 74 136 102
Binary 11111010 11111001 1010110 0 0 1000010 10 111100 1011110 1000010

Color Harmonies of #FAF956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF956

Black with #FAF956

Text Example


Text Example

White with #FAF956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF956; }

 p { color: rgb(250,249,86); }

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

background-color css

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

 a { background-color: rgb(250,249,86); }

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

border-color css

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

 span { border-color: rgb(250,249,86); }

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