Html Css Color HEX #F19B30 Yellow Sea

📋 copy color: '#F19B30'

red 241 ◦ green 155 ◦ blue 48

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

Shades of Yellow Sea #F19B30

Tints of Yellow Sea #F19B30

RGB

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

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

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

R = 54.28%
G = 34.91%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F19B30 (or 0xF19B30) is known color: Yellow Sea. HEX triplet: F1, 9B and 30. RGB value is (241,155,48). Sum of RGB (Red+Green+Blue) = 241+155+48=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19B30 is #0E64CF. Grayscale: #A9A9A9. Windows color (decimal): -943312 or 3185649. OLE color: 3185649.

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

Color convert

RGB 241 155 48 -
CMYK 0 0.36 0.80 0.05
HSL 33.26º 0.87% 0.57% -
HSV(B) 33.26º 0.8% 0.95% -
XYZ 48.53 42.36 8.41 -
YUV 168.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 241 155 48 0 0.36 0.80 0.05 33.26 0.87 0.57
Hex F1 9B 30 0 24 50 5 21 57 39
Octal 361 233 60 0 44 120 5 41 127 71
Binary 11110001 10011011 110000 0 100100 1010000 101 100001 1010111 111001

Color Harmonies of #F19B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B30

Black with #F19B30

Text Example


Text Example

White with #F19B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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