Html Css Color HEX #F95529 Outrageous Orange

📋 copy color: '#F95529'

red 249 ◦ green 85 ◦ blue 41

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

Shades of Outrageous Orange #F95529

Tints of Outrageous Orange #F95529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.93%

R = 66.4%
G = 22.67%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F95529 (or 0xF95529) is known color: Outrageous Orange. HEX triplet: F9, 55 and 29. RGB value is (249,85,41). Sum of RGB (Red+Green+Blue) = 249+85+41=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F95529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95529 is #06AAD6. Grayscale: #818181. Windows color (decimal): -436951 or 2708985. OLE color: 2708985.

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

Color convert

RGB 249 85 41 -
CMYK 0 0.66 0.84 0.02
HSL 12.69º 0.95% 0.57% -
HSV(B) 12.69º 0.84% 0.98% -
XYZ 42.72 26.8 5.02 -
YUV 129.02 78.33 213.58 -
System Red Green Blue C M Y K H S L
Decimal 249 85 41 0 0.66 0.84 0.02 12.69 0.95 0.57
Hex F9 55 29 0 42 54 2 D 5F 39
Octal 371 125 51 0 102 124 2 15 137 71
Binary 11111001 1010101 101001 0 1000010 1010100 10 1101 1011111 111001

Color Harmonies of #F95529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95529

Black with #F95529

Text Example


Text Example

White with #F95529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95529; }

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

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

background-color css

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

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

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

border-color css

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

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

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