Html Css Color HEX #F9541C International Orange

📋 copy color: '#F9541C'

red 249 ◦ green 84 ◦ blue 28

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

Shades of International Orange #F9541C

Tints of International Orange #F9541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 68.98%
G = 23.27%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9541C (or 0xF9541C) is known color: International Orange. HEX triplet: F9, 54 and 1C. RGB value is (249,84,28). Sum of RGB (Red+Green+Blue) = 249+84+28=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9541C is #06ABE3. Grayscale: #7F7F7F. Windows color (decimal): -437220 or 1856761. OLE color: 1856761.

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

Color convert

RGB 249 84 28 -
CMYK 0 0.66 0.89 0.02
HSL 15.2º 0.95% 0.54% -
HSV(B) 15.2º 0.89% 0.98% -
XYZ 42.45 26.56 3.99 -
YUV 126.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 249 84 28 0 0.66 0.89 0.02 15.2 0.95 0.54
Hex F9 54 1C 0 42 59 2 F 5F 36
Octal 371 124 34 0 102 131 2 17 137 66
Binary 11111001 1010100 11100 0 1000010 1011001 10 1111 1011111 110110

Color Harmonies of #F9541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9541C

Black with #F9541C

Text Example


Text Example

White with #F9541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9541C; }

 p { color: rgb(249,84,28); }

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

background-color css

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

 a { background-color: rgb(249,84,28); }

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

border-color css

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

 span { border-color: rgb(249,84,28); }

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