Html Css Color HEX #F8650B Safety Orange

📋 copy color: '#F8650B'

red 248 ◦ green 101 ◦ blue 11

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

Shades of Safety Orange #F8650B

Tints of Safety Orange #F8650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 68.89%
G = 28.06%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8650B (or 0xF8650B) is known color: Safety Orange. HEX triplet: F8, 65 and 0B. RGB value is (248,101,11). Sum of RGB (Red+Green+Blue) = 248+101+11=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8650B is #079AF4. Grayscale: #878787. Windows color (decimal): -498421 or 747000. OLE color: 747000.

HSL color Cylindrical-coordinate representation of color #F8650B: hue angle of 22.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8650B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 11 -
CMYK 0 0.59 0.96 0.03
HSL 22.78º 0.94% 0.51% -
HSV(B) 22.78º 0.96% 0.97% -
XYZ 43.43 29.29 3.68 -
YUV 134.69 58.2 208.82 -
System Red Green Blue C M Y K H S L
Decimal 248 101 11 0 0.59 0.96 0.03 22.78 0.94 0.51
Hex F8 65 B 0 3B 60 3 17 5E 33
Octal 370 145 13 0 73 140 3 27 136 63
Binary 11111000 1100101 1011 0 111011 1100000 11 10111 1011110 110011

Color Harmonies of #F8650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8650B

Black with #F8650B

Text Example


Text Example

White with #F8650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8650B; }

 p { color: rgb(248,101,11); }

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

background-color css

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

 a { background-color: rgb(248,101,11); }

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

border-color css

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

 span { border-color: rgb(248,101,11); }

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