Html Css Color HEX #F9642D Outrageous Orange

📋 copy color: '#F9642D'

red 249 ◦ green 100 ◦ blue 45

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

Shades of Outrageous Orange #F9642D

Tints of Outrageous Orange #F9642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 63.2%
G = 25.38%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9642D (or 0xF9642D) is known color: Outrageous Orange. HEX triplet: F9, 64 and 2D. RGB value is (249,100,45). Sum of RGB (Red+Green+Blue) = 249+100+45=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9642D is #069BD2. Grayscale: #8A8A8A. Windows color (decimal): -433107 or 2974969. OLE color: 2974969.

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

Color convert

RGB 249 100 45 -
CMYK 0 0.60 0.82 0.02
HSL 16.18º 0.94% 0.58% -
HSV(B) 16.18º 0.82% 0.98% -
XYZ 44.1 29.44 5.84 -
YUV 138.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 249 100 45 0 0.60 0.82 0.02 16.18 0.94 0.58
Hex F9 64 2D 0 3C 52 2 10 5E 3A
Octal 371 144 55 0 74 122 2 20 136 72
Binary 11111001 1100100 101101 0 111100 1010010 10 10000 1011110 111010

Color Harmonies of #F9642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9642D

Black with #F9642D

Text Example


Text Example

White with #F9642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9642D; }

 p { color: rgb(249,100,45); }

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

background-color css

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

 a { background-color: rgb(249,100,45); }

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

border-color css

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

 span { border-color: rgb(249,100,45); }

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