Html Css Color HEX #F9520C International Orange

📋 copy color: '#F9520C'

red 249 ◦ green 82 ◦ blue 12

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

Shades of International Orange #F9520C

Tints of International Orange #F9520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 72.59%
G = 23.91%
B = 3.5%

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

#F9520C (or 0xF9520C) is known color: International Orange. HEX triplet: F9, 52 and 0C. RGB value is (249,82,12). Sum of RGB (Red+Green+Blue) = 249+82+12=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9520C is #06ADF3. Grayscale: #7C7C7C. Windows color (decimal): -437748 or 807673. OLE color: 807673.

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

Color convert

RGB 249 82 12 -
CMYK 0 0.67 0.95 0.02
HSL 17.72º 0.95% 0.51% -
HSV(B) 17.72º 0.95% 0.98% -
XYZ 42.15 26.2 3.18 -
YUV 123.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 249 82 12 0 0.67 0.95 0.02 17.72 0.95 0.51
Hex F9 52 C 0 43 5F 2 12 5F 33
Octal 371 122 14 0 103 137 2 22 137 63
Binary 11111001 1010010 1100 0 1000011 1011111 10 10010 1011111 110011

Color Harmonies of #F9520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9520C

Black with #F9520C

Text Example


Text Example

White with #F9520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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