Html Css Color HEX #F8963F Sunshade

📋 copy color: '#F8963F'

red 248 ◦ green 150 ◦ blue 63

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

Shades of Sunshade #F8963F

Tints of Sunshade #F8963F

RGB

 RED value IS 248 (97.27% from 255) = 53.8%

 GREEN value IS 150 (58.98% from 255) = 32.54%

 BLUE value IS 63 (25% from 255) = 13.67%

R = 53.8%
G = 32.54%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8963F (or 0xF8963F) is known color: Sunshade. HEX triplet: F8, 96 and 3F. RGB value is (248,150,63). Sum of RGB (Red+Green+Blue) = 248+150+63=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8963F is #0769C0. Grayscale: #A9A9A9. Windows color (decimal): -485825 or 4167416. OLE color: 4167416.

HSL color Cylindrical-coordinate representation of color #F8963F: hue angle of 28.22º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8963F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 63 -
CMYK 0 0.40 0.75 0.03
HSL 28.22º 0.93% 0.61% -
HSV(B) 28.22º 0.75% 0.97% -
XYZ 50.51 42.13 10.17 -
YUV 169.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 248 150 63 0 0.40 0.75 0.03 28.22 0.93 0.61
Hex F8 96 3F 0 28 4B 3 1C 5D 3D
Octal 370 226 77 0 50 113 3 34 135 75
Binary 11111000 10010110 111111 0 101000 1001011 11 11100 1011101 111101

Color Harmonies of #F8963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8963F

Black with #F8963F

Text Example


Text Example

White with #F8963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8963F; }

 p { color: rgb(248,150,63); }

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

background-color css

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

 a { background-color: rgb(248,150,63); }

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

border-color css

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

 span { border-color: rgb(248,150,63); }

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