Html Css Color HEX #FA580C International Orange

📋 copy color: '#FA580C'

red 250 ◦ green 88 ◦ blue 12

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

Shades of International Orange #FA580C

Tints of International Orange #FA580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 71.43%
G = 25.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA580C (or 0xFA580C) is known color: International Orange. HEX triplet: FA, 58 and 0C. RGB value is (250,88,12). Sum of RGB (Red+Green+Blue) = 250+88+12=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA580C is #05A7F3. Grayscale: #808080. Windows color (decimal): -370676 or 809210. OLE color: 809210.

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

Color convert

RGB 250 88 12 -
CMYK 0 0.65 0.95 0.02
HSL 19.16º 0.96% 0.51% -
HSV(B) 19.16º 0.95% 0.98% -
XYZ 42.98 27.33 3.36 -
YUV 127.77 62.67 215.18 -
System Red Green Blue C M Y K H S L
Decimal 250 88 12 0 0.65 0.95 0.02 19.16 0.96 0.51
Hex FA 58 C 0 41 5F 2 13 60 33
Octal 372 130 14 0 101 137 2 23 140 63
Binary 11111010 1011000 1100 0 1000001 1011111 10 10011 1100000 110011

Color Harmonies of #FA580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA580C

Black with #FA580C

Text Example


Text Example

White with #FA580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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