Html Css Color HEX #FC690D Safety Orange

📋 copy color: '#FC690D'

red 252 ◦ green 105 ◦ blue 13

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

Shades of Safety Orange #FC690D

Tints of Safety Orange #FC690D

RGB

 RED value IS 252 (98.83% from 255) = 68.11%

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

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

R = 68.11%
G = 28.38%
B = 3.51%

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

#FC690D (or 0xFC690D) is known color: Safety Orange. HEX triplet: FC, 69 and 0D. RGB value is (252,105,13). Sum of RGB (Red+Green+Blue) = 252+105+13=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC690D is #0396F2. Grayscale: #8A8A8A. Windows color (decimal): -235251 or 879100. OLE color: 879100.

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

Color convert

RGB 252 105 13 -
CMYK 0 0.58 0.95 0.01
HSL 23.1º 0.98% 0.52% -
HSV(B) 23.1º 0.95% 0.99% -
XYZ 45.27 30.83 3.95 -
YUV 138.47 57.2 208.98 -
System Red Green Blue C M Y K H S L
Decimal 252 105 13 0 0.58 0.95 0.01 23.1 0.98 0.52
Hex FC 69 D 0 3A 5F 1 17 62 34
Octal 374 151 15 0 72 137 1 27 142 64
Binary 11111100 1101001 1101 0 111010 1011111 1 10111 1100010 110100

Color Harmonies of #FC690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC690D

Black with #FC690D

Text Example


Text Example

White with #FC690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC690D; }

 p { color: rgb(252,105,13); }

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

background-color css

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

 a { background-color: rgb(252,105,13); }

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

border-color css

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

 span { border-color: rgb(252,105,13); }

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