#F4630B

Color #F4630B Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #F4630B

Tints of Safety Orange #F4630B

Color information

#F4630B (or 0xF4630B) is unknown color: approx Safety Orange. HEX triplet: F4, 63 and 0B. RGB value is (244,99,11). Sum of RGB (Red+Green+Blue) = 244+99+11=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4630B is #0B9CF4. Grayscale: #848484. Windows color (decimal): -761077 or 746484. OLE color: 746484.

HSL color Cylindrical-coordinate representation of color #F4630B: hue angle of 22.66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4630B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB2449911-
CMYK00.590.950.04
HSL22.66º91.37%50%-
HSV(B)22.66º95.49%95.69%-
XYZ41.8328.183.55-
YUV132.3259.54207.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.93%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 11 (4.69% from 255) = 3.11%
R=68.93%
G=27.97%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244991100.590.950.0422.6691.3750
HexF463B03B5F4175b32
Octal3641431307313742713362
Binary111101001100011101101110111011111100101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4630B; }

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

 H1.HeaderClassName
 {
   color: #F4630B;
 }
 .AnyTagClassName
 {
   color: #F4630B;
 }
</style>
background-color css

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

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

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

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

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

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