Html Css Color HEX #F9552A Outrageous Orange

📋 copy color: '#F9552A'

red 249 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #F9552A

Tints of Outrageous Orange #F9552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 66.22%
G = 22.61%
B = 11.17%

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

#F9552A (or 0xF9552A) is known color: Outrageous Orange. HEX triplet: F9, 55 and 2A. RGB value is (249,85,42). Sum of RGB (Red+Green+Blue) = 249+85+42=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9552A is #06AAD5. Grayscale: #818181. Windows color (decimal): -436950 or 2774521. OLE color: 2774521.

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

Color convert

RGB 249 85 42 -
CMYK 0 0.66 0.83 0.02
HSL 12.46º 0.95% 0.57% -
HSV(B) 12.46º 0.83% 0.98% -
XYZ 42.73 26.8 5.11 -
YUV 129.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 249 85 42 0 0.66 0.83 0.02 12.46 0.95 0.57
Hex F9 55 2A 0 42 53 2 C 5F 39
Octal 371 125 52 0 102 123 2 14 137 71
Binary 11111001 1010101 101010 0 1000010 1010011 10 1100 1011111 111001

Color Harmonies of #F9552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9552A

Black with #F9552A

Text Example


Text Example

White with #F9552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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