Html Css Color HEX #FF670F Safety Orange

📋 copy color: '#FF670F'

red 255 ◦ green 103 ◦ blue 15

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

Shades of Safety Orange #FF670F

Tints of Safety Orange #FF670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 68.36%
G = 27.61%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF670F (or 0xFF670F) is known color: Safety Orange. HEX triplet: FF, 67 and 0F. RGB value is (255,103,15). Sum of RGB (Red+Green+Blue) = 255+103+15=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF670F is #0098F0. Grayscale: #8A8A8A. Windows color (decimal): -39153 or 1009663. OLE color: 1009663.

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

Color convert

RGB 255 103 15 -
CMYK 0 0.60 0.94 0
HSL 22º 1% 0.53% -
HSV(B) 22º 0.94% 1% -
XYZ 46.18 30.99 4 -
YUV 138.42 58.36 211.16 -
System Red Green Blue C M Y K H S L
Decimal 255 103 15 0 0.60 0.94 0 22 1 0.53
Hex FF 67 F 0 3C 5E 0 16 64 35
Octal 377 147 17 0 74 136 0 26 144 65
Binary 11111111 1100111 1111 0 111100 1011110 0 10110 1100100 110101

Color Harmonies of #FF670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF670F

Black with #FF670F

Text Example


Text Example

White with #FF670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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