Html Css Color HEX #F95029 Outrageous Orange

📋 copy color: '#F95029'

red 249 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #F95029

Tints of Outrageous Orange #F95029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 67.3%
G = 21.62%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F95029 (or 0xF95029) is known color: Outrageous Orange. HEX triplet: F9, 50 and 29. RGB value is (249,80,41). Sum of RGB (Red+Green+Blue) = 249+80+41=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F95029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95029 is #06AFD6. Grayscale: #7E7E7E. Windows color (decimal): -438231 or 2707705. OLE color: 2707705.

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

Color convert

RGB 249 80 41 -
CMYK 0 0.68 0.84 0.02
HSL 11.25º 0.95% 0.57% -
HSV(B) 11.25º 0.84% 0.98% -
XYZ 42.34 26.04 4.89 -
YUV 126.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 249 80 41 0 0.68 0.84 0.02 11.25 0.95 0.57
Hex F9 50 29 0 44 54 2 B 5F 39
Octal 371 120 51 0 104 124 2 13 137 71
Binary 11111001 1010000 101001 0 1000100 1010100 10 1011 1011111 111001

Color Harmonies of #F95029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95029

Black with #F95029

Text Example


Text Example

White with #F95029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95029; }

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

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

background-color css

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

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

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

border-color css

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

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

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