Html Css Color HEX #F9520D International Orange

📋 copy color: '#F9520D'

red 249 ◦ green 82 ◦ blue 13

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

Shades of International Orange #F9520D

Tints of International Orange #F9520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 72.38%
G = 23.84%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9520D (or 0xF9520D) is known color: International Orange. HEX triplet: F9, 52 and 0D. RGB value is (249,82,13). Sum of RGB (Red+Green+Blue) = 249+82+13=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9520D is #06ADF2. Grayscale: #7C7C7C. Windows color (decimal): -437747 or 873209. OLE color: 873209.

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

Color convert

RGB 249 82 13 -
CMYK 0 0.67 0.95 0.02
HSL 17.54º 0.95% 0.51% -
HSV(B) 17.54º 0.95% 0.98% -
XYZ 42.16 26.2 3.22 -
YUV 124.07 65.33 217.11 -
System Red Green Blue C M Y K H S L
Decimal 249 82 13 0 0.67 0.95 0.02 17.54 0.95 0.51
Hex F9 52 D 0 43 5F 2 12 5F 33
Octal 371 122 15 0 103 137 2 22 137 63
Binary 11111001 1010010 1101 0 1000011 1011111 10 10010 1011111 110011

Color Harmonies of #F9520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9520D

Black with #F9520D

Text Example


Text Example

White with #F9520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9520D; }

 p { color: rgb(249,82,13); }

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

background-color css

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

 a { background-color: rgb(249,82,13); }

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

border-color css

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

 span { border-color: rgb(249,82,13); }

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