Html Css Color HEX #F19D30 Yellow Sea

📋 copy color: '#F19D30'

red 241 ◦ green 157 ◦ blue 48

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

Shades of Yellow Sea #F19D30

Tints of Yellow Sea #F19D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.2%

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

R = 54.04%
G = 35.2%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F19D30 (or 0xF19D30) is known color: Yellow Sea. HEX triplet: F1, 9D and 30. RGB value is (241,157,48). Sum of RGB (Red+Green+Blue) = 241+157+48=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D30 is #0E62CF. Grayscale: #AAAAAA. Windows color (decimal): -942800 or 3186161. OLE color: 3186161.

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

Color convert

RGB 241 157 48 -
CMYK 0 0.35 0.80 0.05
HSL 33.89º 0.87% 0.57% -
HSV(B) 33.89º 0.8% 0.95% -
XYZ 48.87 43.03 8.53 -
YUV 169.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 241 157 48 0 0.35 0.80 0.05 33.89 0.87 0.57
Hex F1 9D 30 0 23 50 5 22 57 39
Octal 361 235 60 0 43 120 5 42 127 71
Binary 11110001 10011101 110000 0 100011 1010000 101 100010 1010111 111001

Color Harmonies of #F19D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D30

Black with #F19D30

Text Example


Text Example

White with #F19D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D30; }

 p { color: rgb(241,157,48); }

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

background-color css

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

 a { background-color: rgb(241,157,48); }

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

border-color css

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

 span { border-color: rgb(241,157,48); }

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