Html Css Color HEX #F96635 Outrageous Orange

📋 copy color: '#F96635'

red 249 ◦ green 102 ◦ blue 53

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

Shades of Outrageous Orange #F96635

Tints of Outrageous Orange #F96635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.12%

R = 61.63%
G = 25.25%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F96635 (or 0xF96635) is known color: Outrageous Orange. HEX triplet: F9, 66 and 35. RGB value is (249,102,53). Sum of RGB (Red+Green+Blue) = 249+102+53=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96635 is #0699CA. Grayscale: #8C8C8C. Windows color (decimal): -432587 or 3499769. OLE color: 3499769.

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

Color convert

RGB 249 102 53 -
CMYK 0 0.59 0.79 0.02
HSL 15º 0.94% 0.59% -
HSV(B) 15º 0.79% 0.98% -
XYZ 44.46 29.9 6.8 -
YUV 140.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 249 102 53 0 0.59 0.79 0.02 15 0.94 0.59
Hex F9 66 35 0 3B 4F 2 F 5E 3B
Octal 371 146 65 0 73 117 2 17 136 73
Binary 11111001 1100110 110101 0 111011 1001111 10 1111 1011110 111011

Color Harmonies of #F96635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96635

Black with #F96635

Text Example


Text Example

White with #F96635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96635; }

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

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

background-color css

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

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

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

border-color css

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

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

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