Html Css Color HEX #FA5B0D International Orange

📋 copy color: '#FA5B0D'

red 250 ◦ green 91 ◦ blue 13

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

Shades of International Orange #FA5B0D

Tints of International Orange #FA5B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 70.62%
G = 25.71%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA5B0D (or 0xFA5B0D) is known color: International Orange. HEX triplet: FA, 5B and 0D. RGB value is (250,91,13). Sum of RGB (Red+Green+Blue) = 250+91+13=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B0D is #05A4F2. Grayscale: #828282. Windows color (decimal): -369907 or 875514. OLE color: 875514.

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

Color convert

RGB 250 91 13 -
CMYK 0 0.64 0.95 0.02
HSL 19.75º 0.96% 0.52% -
HSV(B) 19.75º 0.95% 0.98% -
XYZ 43.24 27.84 3.47 -
YUV 129.65 62.18 213.84 -
System Red Green Blue C M Y K H S L
Decimal 250 91 13 0 0.64 0.95 0.02 19.75 0.96 0.52
Hex FA 5B D 0 40 5F 2 14 60 34
Octal 372 133 15 0 100 137 2 24 140 64
Binary 11111010 1011011 1101 0 1000000 1011111 10 10100 1100000 110100

Color Harmonies of #FA5B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B0D

Black with #FA5B0D

Text Example


Text Example

White with #FA5B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B0D; }

 p { color: rgb(250,91,13); }

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

background-color css

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

 a { background-color: rgb(250,91,13); }

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

border-color css

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

 span { border-color: rgb(250,91,13); }

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