Html Css Color HEX #FC690A Safety Orange

📋 copy color: '#FC690A'

red 252 ◦ green 105 ◦ blue 10

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

Shades of Safety Orange #FC690A

Tints of Safety Orange #FC690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 68.66%
G = 28.61%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC690A (or 0xFC690A) is known color: Safety Orange. HEX triplet: FC, 69 and 0A. RGB value is (252,105,10). Sum of RGB (Red+Green+Blue) = 252+105+10=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC690A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC690A is #0396F5. Grayscale: #8A8A8A. Windows color (decimal): -235254 or 682492. OLE color: 682492.

HSL color Cylindrical-coordinate representation of color #FC690A: hue angle of 23.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC690A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 10 -
CMYK 0 0.58 0.96 0.01
HSL 23.55º 0.98% 0.51% -
HSV(B) 23.55º 0.96% 0.99% -
XYZ 45.25 30.82 3.85 -
YUV 138.12 55.7 209.22 -
System Red Green Blue C M Y K H S L
Decimal 252 105 10 0 0.58 0.96 0.01 23.55 0.98 0.51
Hex FC 69 A 0 3A 60 1 18 62 33
Octal 374 151 12 0 72 140 1 30 142 63
Binary 11111100 1101001 1010 0 111010 1100000 1 11000 1100010 110011

Color Harmonies of #FC690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC690A

Black with #FC690A

Text Example


Text Example

White with #FC690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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