Html Css Color HEX #FF670D Safety Orange

📋 copy color: '#FF670D'

red 255 ◦ green 103 ◦ blue 13

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

Shades of Safety Orange #FF670D

Tints of Safety Orange #FF670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 68.73%
G = 27.76%
B = 3.5%

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

#FF670D (or 0xFF670D) is known color: Safety Orange. HEX triplet: FF, 67 and 0D. RGB value is (255,103,13). Sum of RGB (Red+Green+Blue) = 255+103+13=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF670D is #0098F2. Grayscale: #8A8A8A. Windows color (decimal): -39155 or 878591. OLE color: 878591.

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

Color convert

RGB 255 103 13 -
CMYK 0 0.60 0.95 0
HSL 22.31º 1% 0.53% -
HSV(B) 22.31º 0.95% 1% -
XYZ 46.16 30.99 3.93 -
YUV 138.19 57.36 211.32 -
System Red Green Blue C M Y K H S L
Decimal 255 103 13 0 0.60 0.95 0 22.31 1 0.53
Hex FF 67 D 0 3C 5F 0 16 64 35
Octal 377 147 15 0 74 137 0 26 144 65
Binary 11111111 1100111 1101 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF670D

Black with #FF670D

Text Example


Text Example

White with #FF670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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