Html Css Color HEX #F95302 International Orange

📋 copy color: '#F95302'

red 249 ◦ green 83 ◦ blue 2

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

Shades of International Orange #F95302

Tints of International Orange #F95302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 74.55%
G = 24.85%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F95302 (or 0xF95302) is known color: International Orange. HEX triplet: F9, 53 and 02. RGB value is (249,83,2). Sum of RGB (Red+Green+Blue) = 249+83+2=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F95302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95302 is #06ACFD. Grayscale: #7B7B7B. Windows color (decimal): -437502 or 152569. OLE color: 152569.

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

Color convert

RGB 249 83 2 -
CMYK 0 0.67 0.99 0.02
HSL 19.68º 0.98% 0.49% -
HSV(B) 19.68º 0.99% 0.98% -
XYZ 42.17 26.33 2.92 -
YUV 123.4 59.5 217.59 -
System Red Green Blue C M Y K H S L
Decimal 249 83 2 0 0.67 0.99 0.02 19.68 0.98 0.49
Hex F9 53 2 0 43 63 2 14 62 31
Octal 371 123 2 0 103 143 2 24 142 61
Binary 11111001 1010011 10 0 1000011 1100011 10 10100 1100010 110001

Color Harmonies of #F95302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95302

Black with #F95302

Text Example


Text Example

White with #F95302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95302; }

 p { color: rgb(249,83,2); }

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

background-color css

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

 a { background-color: rgb(249,83,2); }

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

border-color css

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

 span { border-color: rgb(249,83,2); }

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