Html Css Color HEX #FD680D Safety Orange

📋 copy color: '#FD680D'

red 253 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #FD680D

Tints of Safety Orange #FD680D

RGB

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

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

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

R = 68.38%
G = 28.11%
B = 3.51%

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

#FD680D (or 0xFD680D) is known color: Safety Orange. HEX triplet: FD, 68 and 0D. RGB value is (253,104,13). Sum of RGB (Red+Green+Blue) = 253+104+13=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD680D is #0297F2. Grayscale: #8A8A8A. Windows color (decimal): -169971 or 878845. OLE color: 878845.

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

Color convert

RGB 253 104 13 -
CMYK 0 0.59 0.95 0.01
HSL 22.75º 0.98% 0.52% -
HSV(B) 22.75º 0.95% 0.99% -
XYZ 45.53 30.81 3.93 -
YUV 138.18 57.36 209.9 -
System Red Green Blue C M Y K H S L
Decimal 253 104 13 0 0.59 0.95 0.01 22.75 0.98 0.52
Hex FD 68 D 0 3B 5F 1 17 62 34
Octal 375 150 15 0 73 137 1 27 142 64
Binary 11111101 1101000 1101 0 111011 1011111 1 10111 1100010 110100

Color Harmonies of #FD680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD680D

Black with #FD680D

Text Example


Text Example

White with #FD680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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