Html Css Color HEX #F9511B International Orange

📋 copy color: '#F9511B'

red 249 ◦ green 81 ◦ blue 27

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

Shades of International Orange #F9511B

Tints of International Orange #F9511B

RGB

 RED value IS 249 (97.66% from 255) = 69.75%

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

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 69.75%
G = 22.69%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9511B (or 0xF9511B) is known color: International Orange. HEX triplet: F9, 51 and 1B. RGB value is (249,81,27). Sum of RGB (Red+Green+Blue) = 249+81+27=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9511B is #06AEE4. Grayscale: #7D7D7D. Windows color (decimal): -437989 or 1790457. OLE color: 1790457.

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

Color convert

RGB 249 81 27 -
CMYK 0 0.67 0.89 0.02
HSL 14.59º 0.95% 0.54% -
HSV(B) 14.59º 0.89% 0.98% -
XYZ 42.21 26.1 3.85 -
YUV 125.08 72.66 216.39 -
System Red Green Blue C M Y K H S L
Decimal 249 81 27 0 0.67 0.89 0.02 14.59 0.95 0.54
Hex F9 51 1B 0 43 59 2 F 5F 36
Octal 371 121 33 0 103 131 2 17 137 66
Binary 11111001 1010001 11011 0 1000011 1011001 10 1111 1011111 110110

Color Harmonies of #F9511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9511B

Black with #F9511B

Text Example


Text Example

White with #F9511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9511B; }

 p { color: rgb(249,81,27); }

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

background-color css

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

 a { background-color: rgb(249,81,27); }

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

border-color css

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

 span { border-color: rgb(249,81,27); }

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