Html Css Color HEX #F9521B International Orange

📋 copy color: '#F9521B'

red 249 ◦ green 82 ◦ blue 27

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

Shades of International Orange #F9521B

Tints of International Orange #F9521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 69.55%
G = 22.91%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9521B (or 0xF9521B) is known color: International Orange. HEX triplet: F9, 52 and 1B. RGB value is (249,82,27). Sum of RGB (Red+Green+Blue) = 249+82+27=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9521B is #06ADE4. Grayscale: #7E7E7E. Windows color (decimal): -437733 or 1790713. OLE color: 1790713.

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

Color convert

RGB 249 82 27 -
CMYK 0 0.67 0.89 0.02
HSL 14.86º 0.95% 0.54% -
HSV(B) 14.86º 0.89% 0.98% -
XYZ 42.28 26.25 3.88 -
YUV 125.66 72.33 215.97 -
System Red Green Blue C M Y K H S L
Decimal 249 82 27 0 0.67 0.89 0.02 14.86 0.95 0.54
Hex F9 52 1B 0 43 59 2 F 5F 36
Octal 371 122 33 0 103 131 2 17 137 66
Binary 11111001 1010010 11011 0 1000011 1011001 10 1111 1011111 110110

Color Harmonies of #F9521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9521B

Black with #F9521B

Text Example


Text Example

White with #F9521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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