Html Css Color HEX #F95903 International Orange

📋 copy color: '#F95903'

red 249 ◦ green 89 ◦ blue 3

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

Shades of International Orange #F95903

Tints of International Orange #F95903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 73.02%
G = 26.1%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F95903 (or 0xF95903) is known color: International Orange. HEX triplet: F9, 59 and 03. RGB value is (249,89,3). Sum of RGB (Red+Green+Blue) = 249+89+3=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F95903 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95903 is #06A6FC. Grayscale: #7F7F7F. Windows color (decimal): -435965 or 219641. OLE color: 219641.

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

Color convert

RGB 249 89 3 -
CMYK 0 0.64 0.99 0.02
HSL 20.98º 0.98% 0.49% -
HSV(B) 20.98º 0.99% 0.98% -
XYZ 42.66 27.29 3.11 -
YUV 127.04 58.01 214.99 -
System Red Green Blue C M Y K H S L
Decimal 249 89 3 0 0.64 0.99 0.02 20.98 0.98 0.49
Hex F9 59 3 0 40 63 2 15 62 31
Octal 371 131 3 0 100 143 2 25 142 61
Binary 11111001 1011001 11 0 1000000 1100011 10 10101 1100010 110001

Color Harmonies of #F95903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95903

Black with #F95903

Text Example


Text Example

White with #F95903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95903; }

 p { color: rgb(249,89,3); }

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

background-color css

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

 a { background-color: rgb(249,89,3); }

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

border-color css

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

 span { border-color: rgb(249,89,3); }

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