Html Css Color HEX #F46A0B Safety Orange

📋 copy color: '#F46A0B'

red 244 ◦ green 106 ◦ blue 11

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

Shades of Safety Orange #F46A0B

Tints of Safety Orange #F46A0B

RGB

 RED value IS 244 (95.7% from 255) = 67.59%

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 67.59%
G = 29.36%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F46A0B (or 0xF46A0B) is known color: Safety Orange. HEX triplet: F4, 6A and 0B. RGB value is (244,106,11). Sum of RGB (Red+Green+Blue) = 244+106+11=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46A0B is #0B95F4. Grayscale: #888888. Windows color (decimal): -759285 or 748276. OLE color: 748276.

HSL color Cylindrical-coordinate representation of color #F46A0B: hue angle of 24.46º 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 #F46A0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 106 11 -
CMYK 0 0.57 0.95 0.04
HSL 24.46º 0.91% 0.5% -
HSV(B) 24.46º 0.95% 0.96% -
XYZ 42.52 29.57 3.78 -
YUV 136.43 57.22 204.72 -
System Red Green Blue C M Y K H S L
Decimal 244 106 11 0 0.57 0.95 0.04 24.46 0.91 0.5
Hex F4 6A B 0 39 5F 4 18 5B 32
Octal 364 152 13 0 71 137 4 30 133 62
Binary 11110100 1101010 1011 0 111001 1011111 100 11000 1011011 110010

Color Harmonies of #F46A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46A0B

Black with #F46A0B

Text Example


Text Example

White with #F46A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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