Html Css Color HEX #F19B2C Yellow Sea

📋 copy color: '#F19B2C'

red 241 ◦ green 155 ◦ blue 44

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

Shades of Yellow Sea #F19B2C

Tints of Yellow Sea #F19B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10%

R = 54.77%
G = 35.23%
B = 10%

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

#F19B2C (or 0xF19B2C) is known color: Yellow Sea. HEX triplet: F1, 9B and 2C. RGB value is (241,155,44). Sum of RGB (Red+Green+Blue) = 241+155+44=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19B2C is #0E64D3. Grayscale: #A8A8A8. Windows color (decimal): -943316 or 2923505. OLE color: 2923505.

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

Color convert

RGB 241 155 44 -
CMYK 0 0.36 0.82 0.05
HSL 33.81º 0.88% 0.56% -
HSV(B) 33.81º 0.82% 0.95% -
XYZ 48.45 42.33 8 -
YUV 168.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 241 155 44 0 0.36 0.82 0.05 33.81 0.88 0.56
Hex F1 9B 2C 0 24 52 5 22 58 38
Octal 361 233 54 0 44 122 5 42 130 70
Binary 11110001 10011011 101100 0 100100 1010010 101 100010 1011000 111000

Color Harmonies of #F19B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B2C

Black with #F19B2C

Text Example


Text Example

White with #F19B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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