Html Css Color HEX #F96334 Outrageous Orange

📋 copy color: '#F96334'

red 249 ◦ green 99 ◦ blue 52

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

Shades of Outrageous Orange #F96334

Tints of Outrageous Orange #F96334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 62.25%
G = 24.75%
B = 13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F96334 (or 0xF96334) is known color: Outrageous Orange. HEX triplet: F9, 63 and 34. RGB value is (249,99,52). Sum of RGB (Red+Green+Blue) = 249+99+52=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96334 is #069CCB. Grayscale: #8A8A8A. Windows color (decimal): -433356 or 3433465. OLE color: 3433465.

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

Color convert

RGB 249 99 52 -
CMYK 0 0.60 0.79 0.02
HSL 14.31º 0.94% 0.59% -
HSV(B) 14.31º 0.79% 0.98% -
XYZ 44.15 29.31 6.58 -
YUV 138.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 249 99 52 0 0.60 0.79 0.02 14.31 0.94 0.59
Hex F9 63 34 0 3C 4F 2 E 5E 3B
Octal 371 143 64 0 74 117 2 16 136 73
Binary 11111001 1100011 110100 0 111100 1001111 10 1110 1011110 111011

Color Harmonies of #F96334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96334

Black with #F96334

Text Example


Text Example

White with #F96334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96334; }

 p { color: rgb(249,99,52); }

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

background-color css

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

 a { background-color: rgb(249,99,52); }

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

border-color css

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

 span { border-color: rgb(249,99,52); }

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