Html Css Color HEX #F95001 International Orange

📋 copy color: '#F95001'

red 249 ◦ green 80 ◦ blue 1

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

Shades of International Orange #F95001

Tints of International Orange #F95001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 75.45%
G = 24.24%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F95001 (or 0xF95001) is known color: International Orange. HEX triplet: F9, 50 and 01. RGB value is (249,80,1). Sum of RGB (Red+Green+Blue) = 249+80+1=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F95001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95001 is #06AFFE. Grayscale: #7A7A7A. Windows color (decimal): -438271 or 86265. OLE color: 86265.

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

Color convert

RGB 249 80 1 -
CMYK 0 0.68 1.00 0.02
HSL 19.11º 0.99% 0.49% -
HSV(B) 19.11º 1% 0.98% -
XYZ 41.94 25.88 2.81 -
YUV 121.53 59.99 218.92 -
System Red Green Blue C M Y K H S L
Decimal 249 80 1 0 0.68 1.00 0.02 19.11 0.99 0.49
Hex F9 50 1 0 44 64 2 13 63 31
Octal 371 120 1 0 104 144 2 23 143 61
Binary 11111001 1010000 1 0 1000100 1100100 10 10011 1100011 110001

Color Harmonies of #F95001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95001

Black with #F95001

Text Example


Text Example

White with #F95001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95001; }

 p { color: rgb(249,80,1); }

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

background-color css

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

 a { background-color: rgb(249,80,1); }

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

border-color css

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

 span { border-color: rgb(249,80,1); }

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