Html Css Color HEX #F19A32 Yellow Sea

📋 copy color: '#F19A32'

red 241 ◦ green 154 ◦ blue 50

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

Shades of Yellow Sea #F19A32

Tints of Yellow Sea #F19A32

RGB

 RED value IS 241 (94.53% from 255) = 54.16%

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

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

R = 54.16%
G = 34.61%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F19A32 (or 0xF19A32) is known color: Yellow Sea. HEX triplet: F1, 9A and 32. RGB value is (241,154,50). Sum of RGB (Red+Green+Blue) = 241+154+50=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19A32 is #0E65CD. Grayscale: #A8A8A8. Windows color (decimal): -943566 or 3316465. OLE color: 3316465.

HSL color Cylindrical-coordinate representation of color #F19A32: hue angle of 32.67º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F19A32 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 50 -
CMYK 0 0.36 0.79 0.05
HSL 32.67º 0.87% 0.57% -
HSV(B) 32.67º 0.79% 0.95% -
XYZ 48.41 42.04 8.58 -
YUV 168.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 241 154 50 0 0.36 0.79 0.05 32.67 0.87 0.57
Hex F1 9A 32 0 24 4F 5 21 57 39
Octal 361 232 62 0 44 117 5 41 127 71
Binary 11110001 10011010 110010 0 100100 1001111 101 100001 1010111 111001

Color Harmonies of #F19A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A32

Black with #F19A32

Text Example


Text Example

White with #F19A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A32; }

 p { color: rgb(241,154,50); }

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

background-color css

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

 a { background-color: rgb(241,154,50); }

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

border-color css

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

 span { border-color: rgb(241,154,50); }

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