Html Css Color HEX #F9510B International Orange

📋 copy color: '#F9510B'

red 249 ◦ green 81 ◦ blue 11

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

Shades of International Orange #F9510B

Tints of International Orange #F9510B

RGB

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

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

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

R = 73.02%
G = 23.75%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9510B (or 0xF9510B) is known color: International Orange. HEX triplet: F9, 51 and 0B. RGB value is (249,81,11). Sum of RGB (Red+Green+Blue) = 249+81+11=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9510B is #06AEF4. Grayscale: #7B7B7B. Windows color (decimal): -438005 or 741881. OLE color: 741881.

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

Color convert

RGB 249 81 11 -
CMYK 0 0.67 0.96 0.02
HSL 17.65º 0.95% 0.51% -
HSV(B) 17.65º 0.96% 0.98% -
XYZ 42.07 26.05 3.13 -
YUV 123.25 64.66 217.69 -
System Red Green Blue C M Y K H S L
Decimal 249 81 11 0 0.67 0.96 0.02 17.65 0.95 0.51
Hex F9 51 B 0 43 60 2 12 5F 33
Octal 371 121 13 0 103 140 2 22 137 63
Binary 11111001 1010001 1011 0 1000011 1100000 10 10010 1011111 110011

Color Harmonies of #F9510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9510B

Black with #F9510B

Text Example


Text Example

White with #F9510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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