Html Css Color HEX #F8630B Safety Orange

📋 copy color: '#F8630B'

red 248 ◦ green 99 ◦ blue 11

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

Shades of Safety Orange #F8630B

Tints of Safety Orange #F8630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 69.27%
G = 27.65%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8630B (or 0xF8630B) is known color: Safety Orange. HEX triplet: F8, 63 and 0B. RGB value is (248,99,11). Sum of RGB (Red+Green+Blue) = 248+99+11=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8630B is #079CF4. Grayscale: #868686. Windows color (decimal): -498933 or 746488. OLE color: 746488.

HSL color Cylindrical-coordinate representation of color #F8630B: hue angle of 22.28º 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 #F8630B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 11 -
CMYK 0 0.60 0.96 0.03
HSL 22.28º 0.94% 0.51% -
HSV(B) 22.28º 0.96% 0.97% -
XYZ 43.23 28.9 3.62 -
YUV 133.52 58.86 209.66 -
System Red Green Blue C M Y K H S L
Decimal 248 99 11 0 0.60 0.96 0.03 22.28 0.94 0.51
Hex F8 63 B 0 3C 60 3 16 5E 33
Octal 370 143 13 0 74 140 3 26 136 63
Binary 11111000 1100011 1011 0 111100 1100000 11 10110 1011110 110011

Color Harmonies of #F8630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8630B

Black with #F8630B

Text Example


Text Example

White with #F8630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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