Html Css Color HEX #F49A30 Yellow Sea

📋 copy color: '#F49A30'

red 244 ◦ green 154 ◦ blue 48

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

Shades of Yellow Sea #F49A30

Tints of Yellow Sea #F49A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

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

R = 54.71%
G = 34.53%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F49A30 (or 0xF49A30) is known color: Yellow Sea. HEX triplet: F4, 9A and 30. RGB value is (244,154,48). Sum of RGB (Red+Green+Blue) = 244+154+48=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49A30 is #0B65CF. Grayscale: #A9A9A9. Windows color (decimal): -746960 or 3185396. OLE color: 3185396.

HSL color Cylindrical-coordinate representation of color #F49A30: hue angle of 32.45º 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 #F49A30 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 154 48 -
CMYK 0 0.37 0.80 0.04
HSL 32.45º 0.9% 0.57% -
HSV(B) 32.45º 0.8% 0.96% -
XYZ 49.4 42.56 8.41 -
YUV 168.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 244 154 48 0 0.37 0.80 0.04 32.45 0.9 0.57
Hex F4 9A 30 0 25 50 4 20 5A 39
Octal 364 232 60 0 45 120 4 40 132 71
Binary 11110100 10011010 110000 0 100101 1010000 100 100000 1011010 111001

Color Harmonies of #F49A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49A30

Black with #F49A30

Text Example


Text Example

White with #F49A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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