Html Css Color HEX #FD670C Safety Orange

📋 copy color: '#FD670C'

red 253 ◦ green 103 ◦ blue 12

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

Shades of Safety Orange #FD670C

Tints of Safety Orange #FD670C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 68.75%
G = 27.99%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD670C (or 0xFD670C) is known color: Safety Orange. HEX triplet: FD, 67 and 0C. RGB value is (253,103,12). Sum of RGB (Red+Green+Blue) = 253+103+12=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD670C is #0298F3. Grayscale: #898989. Windows color (decimal): -170228 or 813053. OLE color: 813053.

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

Color convert

RGB 253 103 12 -
CMYK 0 0.59 0.95 0.01
HSL 22.66º 0.98% 0.52% -
HSV(B) 22.66º 0.95% 0.99% -
XYZ 45.42 30.61 3.86 -
YUV 137.48 57.2 210.4 -
System Red Green Blue C M Y K H S L
Decimal 253 103 12 0 0.59 0.95 0.01 22.66 0.98 0.52
Hex FD 67 C 0 3B 5F 1 17 62 34
Octal 375 147 14 0 73 137 1 27 142 64
Binary 11111101 1100111 1100 0 111011 1011111 1 10111 1100010 110100

Color Harmonies of #FD670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD670C

Black with #FD670C

Text Example


Text Example

White with #FD670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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