Html Css Color HEX #F19932 Yellow Sea

📋 copy color: '#F19932'

red 241 ◦ green 153 ◦ blue 50

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

Shades of Yellow Sea #F19932

Tints of Yellow Sea #F19932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

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

R = 54.28%
G = 34.46%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F19932 (or 0xF19932) is known color: Yellow Sea. HEX triplet: F1, 99 and 32. RGB value is (241,153,50). Sum of RGB (Red+Green+Blue) = 241+153+50=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F19932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19932 is #0E66CD. Grayscale: #A8A8A8. Windows color (decimal): -943822 or 3316209. OLE color: 3316209.

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

Color convert

RGB 241 153 50 -
CMYK 0 0.37 0.79 0.05
HSL 32.36º 0.87% 0.57% -
HSV(B) 32.36º 0.79% 0.95% -
XYZ 48.24 41.71 8.53 -
YUV 167.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 241 153 50 0 0.37 0.79 0.05 32.36 0.87 0.57
Hex F1 99 32 0 25 4F 5 20 57 39
Octal 361 231 62 0 45 117 5 40 127 71
Binary 11110001 10011001 110010 0 100101 1001111 101 100000 1010111 111001

Color Harmonies of #F19932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19932

Black with #F19932

Text Example


Text Example

White with #F19932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19932; }

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

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

background-color css

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

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

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

border-color css

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

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

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