Html Css Color HEX #FA6C0C Safety Orange

📋 copy color: '#FA6C0C'

red 250 ◦ green 108 ◦ blue 12

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

Shades of Safety Orange #FA6C0C

Tints of Safety Orange #FA6C0C

RGB

 RED value IS 250 (98.05% from 255) = 67.57%

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 67.57%
G = 29.19%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA6C0C (or 0xFA6C0C) is known color: Safety Orange. HEX triplet: FA, 6C and 0C. RGB value is (250,108,12). Sum of RGB (Red+Green+Blue) = 250+108+12=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6C0C is #0593F3. Grayscale: #8C8C8C. Windows color (decimal): -365556 or 814330. OLE color: 814330.

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

Color convert

RGB 250 108 12 -
CMYK 0 0.57 0.95 0.02
HSL 24.2º 0.96% 0.51% -
HSV(B) 24.2º 0.95% 0.98% -
XYZ 44.85 31.08 3.98 -
YUV 139.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 250 108 12 0 0.57 0.95 0.02 24.2 0.96 0.51
Hex FA 6C C 0 39 5F 2 18 60 33
Octal 372 154 14 0 71 137 2 30 140 63
Binary 11111010 1101100 1100 0 111001 1011111 10 11000 1100000 110011

Color Harmonies of #FA6C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C0C

Black with #FA6C0C

Text Example


Text Example

White with #FA6C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C0C; }

 p { color: rgb(250,108,12); }

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

background-color css

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

 a { background-color: rgb(250,108,12); }

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

border-color css

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

 span { border-color: rgb(250,108,12); }

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