Html Css Color HEX #F95B2D Outrageous Orange

📋 copy color: '#F95B2D'

red 249 ◦ green 91 ◦ blue 45

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

Shades of Outrageous Orange #F95B2D

Tints of Outrageous Orange #F95B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 64.68%
G = 23.64%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F95B2D (or 0xF95B2D) is known color: Outrageous Orange. HEX triplet: F9, 5B and 2D. RGB value is (249,91,45). Sum of RGB (Red+Green+Blue) = 249+91+45=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F95B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95B2D is #06A4D2. Grayscale: #858585. Windows color (decimal): -435411 or 2972665. OLE color: 2972665.

HSL color Cylindrical-coordinate representation of color #F95B2D: hue angle of 13.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F95B2D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 91 45 -
CMYK 0 0.63 0.82 0.02
HSL 13.53º 0.94% 0.58% -
HSV(B) 13.53º 0.82% 0.98% -
XYZ 43.28 27.81 5.57 -
YUV 133 78.35 210.74 -
System Red Green Blue C M Y K H S L
Decimal 249 91 45 0 0.63 0.82 0.02 13.53 0.94 0.58
Hex F9 5B 2D 0 3F 52 2 E 5E 3A
Octal 371 133 55 0 77 122 2 16 136 72
Binary 11111001 1011011 101101 0 111111 1010010 10 1110 1011110 111010

Color Harmonies of #F95B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95B2D

Black with #F95B2D

Text Example


Text Example

White with #F95B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95B2D; }

 p { color: rgb(249,91,45); }

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

background-color css

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

 a { background-color: rgb(249,91,45); }

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

border-color css

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

 span { border-color: rgb(249,91,45); }

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