Html Css Color HEX #FA500B International Orange

📋 copy color: '#FA500B'

red 250 ◦ green 80 ◦ blue 11

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

Shades of International Orange #FA500B

Tints of International Orange #FA500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 73.31%
G = 23.46%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA500B (or 0xFA500B) is known color: International Orange. HEX triplet: FA, 50 and 0B. RGB value is (250,80,11). Sum of RGB (Red+Green+Blue) = 250+80+11=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA500B is #05AFF4. Grayscale: #7B7B7B. Windows color (decimal): -372725 or 741626. OLE color: 741626.

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

Color convert

RGB 250 80 11 -
CMYK 0 0.68 0.96 0.02
HSL 17.32º 0.96% 0.51% -
HSV(B) 17.32º 0.96% 0.98% -
XYZ 42.35 26.09 3.12 -
YUV 122.96 64.82 218.61 -
System Red Green Blue C M Y K H S L
Decimal 250 80 11 0 0.68 0.96 0.02 17.32 0.96 0.51
Hex FA 50 B 0 44 60 2 11 60 33
Octal 372 120 13 0 104 140 2 21 140 63
Binary 11111010 1010000 1011 0 1000100 1100000 10 10001 1100000 110011

Color Harmonies of #FA500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA500B

Black with #FA500B

Text Example


Text Example

White with #FA500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA500B; }

 p { color: rgb(250,80,11); }

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

background-color css

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

 a { background-color: rgb(250,80,11); }

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

border-color css

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

 span { border-color: rgb(250,80,11); }

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