Html Css Color HEX #FF9248 Sunshade

📋 copy color: '#FF9248'

red 255 ◦ green 146 ◦ blue 72

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

Shades of Sunshade #FF9248

Tints of Sunshade #FF9248

RGB

 RED value IS 255 (100% from 255) = 53.91%

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 72 (28.52% from 255) = 15.22%

R = 53.91%
G = 30.87%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF9248 (or 0xFF9248) is known color: Sunshade. HEX triplet: FF, 92 and 48. RGB value is (255,146,72). Sum of RGB (Red+Green+Blue) = 255+146+72=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9248 is #006DB7. Grayscale: #AAAAAA. Windows color (decimal): -28088 or 4756223. OLE color: 4756223.

HSL color Cylindrical-coordinate representation of color #FF9248: hue angle of 24.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF9248 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 146 72 -
CMYK 0 0.43 0.72 0
HSL 24.26º 1% 0.64% -
HSV(B) 24.26º 0.72% 1% -
XYZ 52.69 42.29 11.52 -
YUV 170.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 255 146 72 0 0.43 0.72 0 24.26 1 0.64
Hex FF 92 48 0 2B 48 0 18 64 40
Octal 377 222 110 0 53 110 0 30 144 100
Binary 11111111 10010010 1001000 0 101011 1001000 0 11000 1100100 1000000

Color Harmonies of #FF9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9248

Black with #FF9248

Text Example


Text Example

White with #FF9248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9248; }

 p { color: rgb(255,146,72); }

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

background-color css

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

 a { background-color: rgb(255,146,72); }

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

border-color css

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

 span { border-color: rgb(255,146,72); }

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