Html Css Color HEX #F48232 Sun

📋 copy color: '#F48232'

red 244 ◦ green 130 ◦ blue 50

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

Shades of Sun #F48232

Tints of Sun #F48232

RGB

 RED value IS 244 (95.7% from 255) = 57.55%

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 57.55%
G = 30.66%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F48232 (or 0xF48232) is known color: Sun. HEX triplet: F4, 82 and 32. RGB value is (244,130,50). Sum of RGB (Red+Green+Blue) = 244+130+50=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F48232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48232 is #0B7DCD. Grayscale: #9B9B9B. Windows color (decimal): -753102 or 3310324. OLE color: 3310324.

HSL color Cylindrical-coordinate representation of color #F48232: hue angle of 24.74º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F48232 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 50 -
CMYK 0 0.47 0.80 0.04
HSL 24.74º 0.9% 0.58% -
HSV(B) 24.74º 0.8% 0.96% -
XYZ 45.87 35.43 7.44 -
YUV 154.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 244 130 50 0 0.47 0.80 0.04 24.74 0.9 0.58
Hex F4 82 32 0 2F 50 4 19 5A 3A
Octal 364 202 62 0 57 120 4 31 132 72
Binary 11110100 10000010 110010 0 101111 1010000 100 11001 1011010 111010

Color Harmonies of #F48232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48232

Black with #F48232

Text Example


Text Example

White with #F48232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48232; }

 p { color: rgb(244,130,50); }

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

background-color css

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

 a { background-color: rgb(244,130,50); }

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

border-color css

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

 span { border-color: rgb(244,130,50); }

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