Html Css Color HEX #FF670B Safety Orange

📋 copy color: '#FF670B'

red 255 ◦ green 103 ◦ blue 11

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

Shades of Safety Orange #FF670B

Tints of Safety Orange #FF670B

RGB

 RED value IS 255 (100% from 255) = 69.11%

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 69.11%
G = 27.91%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF670B (or 0xFF670B) is known color: Safety Orange. HEX triplet: FF, 67 and 0B. RGB value is (255,103,11). Sum of RGB (Red+Green+Blue) = 255+103+11=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF670B is #0098F4. Grayscale: #8A8A8A. Windows color (decimal): -39157 or 747519. OLE color: 747519.

HSL color Cylindrical-coordinate representation of color #FF670B: hue angle of 22.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF670B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 103 11 -
CMYK 0 0.60 0.96 0
HSL 22.62º 1% 0.52% -
HSV(B) 22.62º 0.96% 1% -
XYZ 46.15 30.98 3.86 -
YUV 137.96 56.36 211.48 -
System Red Green Blue C M Y K H S L
Decimal 255 103 11 0 0.60 0.96 0 22.62 1 0.52
Hex FF 67 B 0 3C 60 0 17 64 34
Octal 377 147 13 0 74 140 0 27 144 64
Binary 11111111 1100111 1011 0 111100 1100000 0 10111 1100100 110100

Color Harmonies of #FF670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF670B

Black with #FF670B

Text Example


Text Example

White with #FF670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF670B; }

 p { color: rgb(255,103,11); }

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

background-color css

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

 a { background-color: rgb(255,103,11); }

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

border-color css

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

 span { border-color: rgb(255,103,11); }

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