Html Css Color HEX #F4650B Safety Orange

📋 copy color: '#F4650B'

red 244 ◦ green 101 ◦ blue 11

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

Shades of Safety Orange #F4650B

Tints of Safety Orange #F4650B

RGB

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

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

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

R = 68.54%
G = 28.37%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4650B (or 0xF4650B) is known color: Safety Orange. HEX triplet: F4, 65 and 0B. RGB value is (244,101,11). Sum of RGB (Red+Green+Blue) = 244+101+11=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4650B is #0B9AF4. Grayscale: #868686. Windows color (decimal): -760565 or 746996. OLE color: 746996.

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

Color convert

RGB 244 101 11 -
CMYK 0 0.59 0.95 0.04
HSL 23.18º 0.91% 0.5% -
HSV(B) 23.18º 0.95% 0.96% -
XYZ 42.02 28.56 3.62 -
YUV 133.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 244 101 11 0 0.59 0.95 0.04 23.18 0.91 0.5
Hex F4 65 B 0 3B 5F 4 17 5B 32
Octal 364 145 13 0 73 137 4 27 133 62
Binary 11110100 1100101 1011 0 111011 1011111 100 10111 1011011 110010

Color Harmonies of #F4650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4650B

Black with #F4650B

Text Example


Text Example

White with #F4650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4650B; }

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

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

background-color css

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

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

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

border-color css

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

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

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