Html Css Color HEX #FD690E Safety Orange

📋 copy color: '#FD690E'

red 253 ◦ green 105 ◦ blue 14

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

Shades of Safety Orange #FD690E

Tints of Safety Orange #FD690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 68.01%
G = 28.23%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD690E (or 0xFD690E) is known color: Safety Orange. HEX triplet: FD, 69 and 0E. RGB value is (253,105,14). Sum of RGB (Red+Green+Blue) = 253+105+14=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD690E is #0296F1. Grayscale: #8B8B8B. Windows color (decimal): -169714 or 944637. OLE color: 944637.

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

Color convert

RGB 253 105 14 -
CMYK 0 0.58 0.94 0.01
HSL 22.85º 0.98% 0.52% -
HSV(B) 22.85º 0.94% 0.99% -
XYZ 45.64 31.02 4 -
YUV 138.88 57.53 209.4 -
System Red Green Blue C M Y K H S L
Decimal 253 105 14 0 0.58 0.94 0.01 22.85 0.98 0.52
Hex FD 69 E 0 3A 5E 1 17 62 34
Octal 375 151 16 0 72 136 1 27 142 64
Binary 11111101 1101001 1110 0 111010 1011110 1 10111 1100010 110100

Color Harmonies of #FD690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD690E

Black with #FD690E

Text Example


Text Example

White with #FD690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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