Html Css Color HEX #FF670E Safety Orange

📋 copy color: '#FF670E'

red 255 ◦ green 103 ◦ blue 14

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

Shades of Safety Orange #FF670E

Tints of Safety Orange #FF670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 68.55%
G = 27.69%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF670E (or 0xFF670E) is known color: Safety Orange. HEX triplet: FF, 67 and 0E. RGB value is (255,103,14). Sum of RGB (Red+Green+Blue) = 255+103+14=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF670E is #0098F1. Grayscale: #8A8A8A. Windows color (decimal): -39154 or 944127. OLE color: 944127.

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

Color convert

RGB 255 103 14 -
CMYK 0 0.60 0.95 0
HSL 22.16º 1% 0.53% -
HSV(B) 22.16º 0.95% 1% -
XYZ 46.17 30.99 3.96 -
YUV 138.3 57.86 211.24 -
System Red Green Blue C M Y K H S L
Decimal 255 103 14 0 0.60 0.95 0 22.16 1 0.53
Hex FF 67 E 0 3C 5F 0 16 64 35
Octal 377 147 16 0 74 137 0 26 144 65
Binary 11111111 1100111 1110 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF670E

Black with #FF670E

Text Example


Text Example

White with #FF670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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