Html Css Color HEX #FD690C Safety Orange

📋 copy color: '#FD690C'

red 253 ◦ green 105 ◦ blue 12

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

Shades of Safety Orange #FD690C

Tints of Safety Orange #FD690C

RGB

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

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

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

R = 68.38%
G = 28.38%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD690C (or 0xFD690C) is known color: Safety Orange. HEX triplet: FD, 69 and 0C. RGB value is (253,105,12). Sum of RGB (Red+Green+Blue) = 253+105+12=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD690C is #0296F3. Grayscale: #8B8B8B. Windows color (decimal): -169716 or 813565. OLE color: 813565.

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

Color convert

RGB 253 105 12 -
CMYK 0 0.58 0.95 0.01
HSL 23.15º 0.98% 0.52% -
HSV(B) 23.15º 0.95% 0.99% -
XYZ 45.63 31.01 3.93 -
YUV 138.65 56.53 209.56 -
System Red Green Blue C M Y K H S L
Decimal 253 105 12 0 0.58 0.95 0.01 23.15 0.98 0.52
Hex FD 69 C 0 3A 5F 1 17 62 34
Octal 375 151 14 0 72 137 1 27 142 64
Binary 11111101 1101001 1100 0 111010 1011111 1 10111 1100010 110100

Color Harmonies of #FD690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD690C

Black with #FD690C

Text Example


Text Example

White with #FD690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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