Html Css Color HEX #F96530 Outrageous Orange

📋 copy color: '#F96530'

red 249 ◦ green 101 ◦ blue 48

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

Shades of Outrageous Orange #F96530

Tints of Outrageous Orange #F96530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 62.56%
G = 25.38%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F96530 (or 0xF96530) is known color: Outrageous Orange. HEX triplet: F9, 65 and 30. RGB value is (249,101,48). Sum of RGB (Red+Green+Blue) = 249+101+48=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F96530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96530 is #069ACF. Grayscale: #8B8B8B. Windows color (decimal): -432848 or 3171833. OLE color: 3171833.

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

Color convert

RGB 249 101 48 -
CMYK 0 0.59 0.81 0.02
HSL 15.82º 0.94% 0.58% -
HSV(B) 15.82º 0.81% 0.98% -
XYZ 44.25 29.66 6.19 -
YUV 139.21 76.53 206.31 -
System Red Green Blue C M Y K H S L
Decimal 249 101 48 0 0.59 0.81 0.02 15.82 0.94 0.58
Hex F9 65 30 0 3B 51 2 10 5E 3A
Octal 371 145 60 0 73 121 2 20 136 72
Binary 11111001 1100101 110000 0 111011 1010001 10 10000 1011110 111010

Color Harmonies of #F96530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96530

Black with #F96530

Text Example


Text Example

White with #F96530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96530; }

 p { color: rgb(249,101,48); }

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

background-color css

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

 a { background-color: rgb(249,101,48); }

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

border-color css

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

 span { border-color: rgb(249,101,48); }

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