Html Css Color HEX #F9542A Outrageous Orange

📋 copy color: '#F9542A'

red 249 ◦ green 84 ◦ blue 42

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

Shades of Outrageous Orange #F9542A

Tints of Outrageous Orange #F9542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 66.4%
G = 22.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9542A (or 0xF9542A) is known color: Outrageous Orange. HEX triplet: F9, 54 and 2A. RGB value is (249,84,42). Sum of RGB (Red+Green+Blue) = 249+84+42=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9542A is #06ABD5. Grayscale: #808080. Windows color (decimal): -437206 or 2774265. OLE color: 2774265.

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

Color convert

RGB 249 84 42 -
CMYK 0 0.66 0.83 0.02
HSL 12.17º 0.95% 0.57% -
HSV(B) 12.17º 0.83% 0.98% -
XYZ 42.66 26.65 5.09 -
YUV 128.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 249 84 42 0 0.66 0.83 0.02 12.17 0.95 0.57
Hex F9 54 2A 0 42 53 2 C 5F 39
Octal 371 124 52 0 102 123 2 14 137 71
Binary 11111001 1010100 101010 0 1000010 1010011 10 1100 1011111 111001

Color Harmonies of #F9542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9542A

Black with #F9542A

Text Example


Text Example

White with #F9542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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