Html Css Color HEX #FB510E International Orange

📋 copy color: '#FB510E'

red 251 ◦ green 81 ◦ blue 14

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

Shades of International Orange #FB510E

Tints of International Orange #FB510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 72.54%
G = 23.41%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB510E (or 0xFB510E) is known color: International Orange. HEX triplet: FB, 51 and 0E. RGB value is (251,81,14). Sum of RGB (Red+Green+Blue) = 251+81+14=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB510E is #04AEF1. Grayscale: #7C7C7C. Windows color (decimal): -306930 or 938491. OLE color: 938491.

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

Color convert

RGB 251 81 14 -
CMYK 0 0.68 0.94 0.02
HSL 16.96º 0.97% 0.52% -
HSV(B) 16.96º 0.94% 0.98% -
XYZ 42.81 26.43 3.26 -
YUV 124.19 65.82 218.45 -
System Red Green Blue C M Y K H S L
Decimal 251 81 14 0 0.68 0.94 0.02 16.96 0.97 0.52
Hex FB 51 E 0 44 5E 2 11 61 34
Octal 373 121 16 0 104 136 2 21 141 64
Binary 11111011 1010001 1110 0 1000100 1011110 10 10001 1100001 110100

Color Harmonies of #FB510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB510E

Black with #FB510E

Text Example


Text Example

White with #FB510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB510E; }

 p { color: rgb(251,81,14); }

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

background-color css

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

 a { background-color: rgb(251,81,14); }

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

border-color css

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

 span { border-color: rgb(251,81,14); }

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