Html Css Color HEX #FB580A International Orange

📋 copy color: '#FB580A'

red 251 ◦ green 88 ◦ blue 10

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

Shades of International Orange #FB580A

Tints of International Orange #FB580A

RGB

 RED value IS 251 (98.44% from 255) = 71.92%

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 71.92%
G = 25.21%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB580A (or 0xFB580A) is known color: International Orange. HEX triplet: FB, 58 and 0A. RGB value is (251,88,10). Sum of RGB (Red+Green+Blue) = 251+88+10=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB580A is #04A7F5. Grayscale: #808080. Windows color (decimal): -305142 or 678139. OLE color: 678139.

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

Color convert

RGB 251 88 10 -
CMYK 0 0.65 0.96 0.02
HSL 19.42º 0.97% 0.51% -
HSV(B) 19.42º 0.96% 0.98% -
XYZ 43.33 27.51 3.31 -
YUV 127.85 61.5 215.84 -
System Red Green Blue C M Y K H S L
Decimal 251 88 10 0 0.65 0.96 0.02 19.42 0.97 0.51
Hex FB 58 A 0 41 60 2 13 61 33
Octal 373 130 12 0 101 140 2 23 141 63
Binary 11111011 1011000 1010 0 1000001 1100000 10 10011 1100001 110011

Color Harmonies of #FB580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB580A

Black with #FB580A

Text Example


Text Example

White with #FB580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB580A; }

 p { color: rgb(251,88,10); }

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

background-color css

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

 a { background-color: rgb(251,88,10); }

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

border-color css

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

 span { border-color: rgb(251,88,10); }

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