Html Css Color HEX #F19B2B Yellow Sea

📋 copy color: '#F19B2B'

red 241 ◦ green 155 ◦ blue 43

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

Shades of Yellow Sea #F19B2B

Tints of Yellow Sea #F19B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.79%

R = 54.9%
G = 35.31%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F19B2B (or 0xF19B2B) is known color: Yellow Sea. HEX triplet: F1, 9B and 2B. RGB value is (241,155,43). Sum of RGB (Red+Green+Blue) = 241+155+43=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19B2B is #0E64D4. Grayscale: #A8A8A8. Windows color (decimal): -943317 or 2857969. OLE color: 2857969.

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

Color convert

RGB 241 155 43 -
CMYK 0 0.36 0.82 0.05
HSL 33.94º 0.88% 0.56% -
HSV(B) 33.94º 0.82% 0.95% -
XYZ 48.43 42.32 7.9 -
YUV 167.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 241 155 43 0 0.36 0.82 0.05 33.94 0.88 0.56
Hex F1 9B 2B 0 24 52 5 22 58 38
Octal 361 233 53 0 44 122 5 42 130 70
Binary 11110001 10011011 101011 0 100100 1010010 101 100010 1011000 111000

Color Harmonies of #F19B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B2B

Black with #F19B2B

Text Example


Text Example

White with #F19B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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