Html Css Color HEX #F95C2B Outrageous Orange

📋 copy color: '#F95C2B'

red 249 ◦ green 92 ◦ blue 43

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

Shades of Outrageous Orange #F95C2B

Tints of Outrageous Orange #F95C2B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 64.84%
G = 23.96%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F95C2B (or 0xF95C2B) is known color: Outrageous Orange. HEX triplet: F9, 5C and 2B. RGB value is (249,92,43). Sum of RGB (Red+Green+Blue) = 249+92+43=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C2B is #06A3D4. Grayscale: #858585. Windows color (decimal): -435157 or 2841849. OLE color: 2841849.

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

Color convert

RGB 249 92 43 -
CMYK 0 0.63 0.83 0.02
HSL 14.27º 0.94% 0.57% -
HSV(B) 14.27º 0.83% 0.98% -
XYZ 43.33 27.97 5.4 -
YUV 133.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 249 92 43 0 0.63 0.83 0.02 14.27 0.94 0.57
Hex F9 5C 2B 0 3F 53 2 E 5E 39
Octal 371 134 53 0 77 123 2 16 136 71
Binary 11111001 1011100 101011 0 111111 1010011 10 1110 1011110 111001

Color Harmonies of #F95C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C2B

Black with #F95C2B

Text Example


Text Example

White with #F95C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C2B; }

 p { color: rgb(249,92,43); }

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

background-color css

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

 a { background-color: rgb(249,92,43); }

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

border-color css

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

 span { border-color: rgb(249,92,43); }

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