Html Css Color HEX #F9532D Outrageous Orange

📋 copy color: '#F9532D'

red 249 ◦ green 83 ◦ blue 45

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

Shades of Outrageous Orange #F9532D

Tints of Outrageous Orange #F9532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 66.05%
G = 22.02%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9532D (or 0xF9532D) is known color: Outrageous Orange. HEX triplet: F9, 53 and 2D. RGB value is (249,83,45). Sum of RGB (Red+Green+Blue) = 249+83+45=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9532D is #06ACD2. Grayscale: #808080. Windows color (decimal): -437459 or 2970617. OLE color: 2970617.

HSL color Cylindrical-coordinate representation of color #F9532D: hue angle of 11.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 #F9532D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 83 45 -
CMYK 0 0.67 0.82 0.02
HSL 11.18º 0.94% 0.58% -
HSV(B) 11.18º 0.82% 0.98% -
XYZ 42.63 26.52 5.35 -
YUV 128.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 249 83 45 0 0.67 0.82 0.02 11.18 0.94 0.58
Hex F9 53 2D 0 43 52 2 B 5E 3A
Octal 371 123 55 0 103 122 2 13 136 72
Binary 11111001 1010011 101101 0 1000011 1010010 10 1011 1011110 111010

Color Harmonies of #F9532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9532D

Black with #F9532D

Text Example


Text Example

White with #F9532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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