Html Css Color HEX #FD680C Safety Orange

📋 copy color: '#FD680C'

red 253 ◦ green 104 ◦ blue 12

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

Shades of Safety Orange #FD680C

Tints of Safety Orange #FD680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

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

R = 68.56%
G = 28.18%
B = 3.25%

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

#FD680C (or 0xFD680C) is known color: Safety Orange. HEX triplet: FD, 68 and 0C. RGB value is (253,104,12). Sum of RGB (Red+Green+Blue) = 253+104+12=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD680C is #0297F3. Grayscale: #8A8A8A. Windows color (decimal): -169972 or 813309. OLE color: 813309.

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

Color convert

RGB 253 104 12 -
CMYK 0 0.59 0.95 0.01
HSL 22.9º 0.98% 0.52% -
HSV(B) 22.9º 0.95% 0.99% -
XYZ 45.52 30.81 3.9 -
YUV 138.06 56.86 209.98 -
System Red Green Blue C M Y K H S L
Decimal 253 104 12 0 0.59 0.95 0.01 22.9 0.98 0.52
Hex FD 68 C 0 3B 5F 1 17 62 34
Octal 375 150 14 0 73 137 1 27 142 64
Binary 11111101 1101000 1100 0 111011 1011111 1 10111 1100010 110100

Color Harmonies of #FD680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD680C

Black with #FD680C

Text Example


Text Example

White with #FD680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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