Html Css Color HEX #F96630 Outrageous Orange

📋 copy color: '#F96630'

red 249 ◦ green 102 ◦ blue 48

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

Shades of Outrageous Orange #F96630

Tints of Outrageous Orange #F96630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 62.41%
G = 25.56%
B = 12.03%

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

#F96630 (or 0xF96630) is known color: Outrageous Orange. HEX triplet: F9, 66 and 30. RGB value is (249,102,48). Sum of RGB (Red+Green+Blue) = 249+102+48=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F96630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96630 is #0699CF. Grayscale: #8C8C8C. Windows color (decimal): -432592 or 3172089. OLE color: 3172089.

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

Color convert

RGB 249 102 48 -
CMYK 0 0.59 0.81 0.02
HSL 16.12º 0.94% 0.58% -
HSV(B) 16.12º 0.81% 0.98% -
XYZ 44.35 29.86 6.22 -
YUV 139.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 249 102 48 0 0.59 0.81 0.02 16.12 0.94 0.58
Hex F9 66 30 0 3B 51 2 10 5E 3A
Octal 371 146 60 0 73 121 2 20 136 72
Binary 11111001 1100110 110000 0 111011 1010001 10 10000 1011110 111010

Color Harmonies of #F96630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96630

Black with #F96630

Text Example


Text Example

White with #F96630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96630; }

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

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

background-color css

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

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

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

border-color css

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

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

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