Html Css Color HEX #F49530 Yellow Sea

📋 copy color: '#F49530'

red 244 ◦ green 149 ◦ blue 48

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

Shades of Yellow Sea #F49530

Tints of Yellow Sea #F49530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 55.33%
G = 33.79%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F49530 (or 0xF49530) is known color: Yellow Sea. HEX triplet: F4, 95 and 30. RGB value is (244,149,48). Sum of RGB (Red+Green+Blue) = 244+149+48=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F49530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49530 is #0B6ACF. Grayscale: #A6A6A6. Windows color (decimal): -748240 or 3184116. OLE color: 3184116.

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

Color convert

RGB 244 149 48 -
CMYK 0 0.39 0.80 0.04
HSL 30.92º 0.9% 0.57% -
HSV(B) 30.92º 0.8% 0.96% -
XYZ 48.59 40.94 8.14 -
YUV 165.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 244 149 48 0 0.39 0.80 0.04 30.92 0.9 0.57
Hex F4 95 30 0 27 50 4 1F 5A 39
Octal 364 225 60 0 47 120 4 37 132 71
Binary 11110100 10010101 110000 0 100111 1010000 100 11111 1011010 111001

Color Harmonies of #F49530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49530

Black with #F49530

Text Example


Text Example

White with #F49530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49530; }

 p { color: rgb(244,149,48); }

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

background-color css

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

 a { background-color: rgb(244,149,48); }

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

border-color css

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

 span { border-color: rgb(244,149,48); }

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