Html Css Color HEX #FA620C Safety Orange

📋 copy color: '#FA620C'

red 250 ◦ green 98 ◦ blue 12

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

Shades of Safety Orange #FA620C

Tints of Safety Orange #FA620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

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

R = 69.44%
G = 27.22%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA620C (or 0xFA620C) is known color: Safety Orange. HEX triplet: FA, 62 and 0C. RGB value is (250,98,12). Sum of RGB (Red+Green+Blue) = 250+98+12=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA620C is #059DF3. Grayscale: #868686. Windows color (decimal): -368116 or 811770. OLE color: 811770.

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

Color convert

RGB 250 98 12 -
CMYK 0 0.61 0.95 0.02
HSL 21.68º 0.96% 0.51% -
HSV(B) 21.68º 0.95% 0.98% -
XYZ 43.86 29.09 3.65 -
YUV 133.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 250 98 12 0 0.61 0.95 0.02 21.68 0.96 0.51
Hex FA 62 C 0 3D 5F 2 16 60 33
Octal 372 142 14 0 75 137 2 26 140 63
Binary 11111010 1100010 1100 0 111101 1011111 10 10110 1100000 110011

Color Harmonies of #FA620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA620C

Black with #FA620C

Text Example


Text Example

White with #FA620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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