Html Css Color HEX #FD670E Safety Orange

📋 copy color: '#FD670E'

red 253 ◦ green 103 ◦ blue 14

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

Shades of Safety Orange #FD670E

Tints of Safety Orange #FD670E

RGB

 RED value IS 253 (99.22% from 255) = 68.38%

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

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

R = 68.38%
G = 27.84%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD670E (or 0xFD670E) is known color: Safety Orange. HEX triplet: FD, 67 and 0E. RGB value is (253,103,14). Sum of RGB (Red+Green+Blue) = 253+103+14=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD670E is #0298F1. Grayscale: #8A8A8A. Windows color (decimal): -170226 or 944125. OLE color: 944125.

HSL color Cylindrical-coordinate representation of color #FD670E: hue angle of 22.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD670E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 14 -
CMYK 0 0.59 0.94 0.01
HSL 22.34º 0.98% 0.52% -
HSV(B) 22.34º 0.94% 0.99% -
XYZ 45.44 30.61 3.93 -
YUV 137.7 58.2 210.24 -
System Red Green Blue C M Y K H S L
Decimal 253 103 14 0 0.59 0.94 0.01 22.34 0.98 0.52
Hex FD 67 E 0 3B 5E 1 16 62 34
Octal 375 147 16 0 73 136 1 26 142 64
Binary 11111101 1100111 1110 0 111011 1011110 1 10110 1100010 110100

Color Harmonies of #FD670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD670E

Black with #FD670E

Text Example


Text Example

White with #FD670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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