Html Css Color HEX #F49B2A Yellow Sea

📋 copy color: '#F49B2A'

red 244 ◦ green 155 ◦ blue 42

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

Shades of Yellow Sea #F49B2A

Tints of Yellow Sea #F49B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 55.33%
G = 35.15%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F49B2A (or 0xF49B2A) is known color: Yellow Sea. HEX triplet: F4, 9B and 2A. RGB value is (244,155,42). Sum of RGB (Red+Green+Blue) = 244+155+42=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49B2A is #0B64D5. Grayscale: #A9A9A9. Windows color (decimal): -746710 or 2792436. OLE color: 2792436.

HSL color Cylindrical-coordinate representation of color #F49B2A: hue angle of 33.56º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F49B2A is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 155 42 -
CMYK 0 0.36 0.83 0.04
HSL 33.56º 0.9% 0.56% -
HSV(B) 33.56º 0.83% 0.96% -
XYZ 49.45 42.84 7.85 -
YUV 168.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 244 155 42 0 0.36 0.83 0.04 33.56 0.9 0.56
Hex F4 9B 2A 0 24 53 4 22 5A 38
Octal 364 233 52 0 44 123 4 42 132 70
Binary 11110100 10011011 101010 0 100100 1010011 100 100010 1011010 111000

Color Harmonies of #F49B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49B2A

Black with #F49B2A

Text Example


Text Example

White with #F49B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49B2A; }

 p { color: rgb(244,155,42); }

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

background-color css

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

 a { background-color: rgb(244,155,42); }

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

border-color css

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

 span { border-color: rgb(244,155,42); }

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