Html Css Color HEX #F19E2B Yellow Sea

📋 copy color: '#F19E2B'

red 241 ◦ green 158 ◦ blue 43

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

Shades of Yellow Sea #F19E2B

Tints of Yellow Sea #F19E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.75%

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

R = 54.52%
G = 35.75%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F19E2B (or 0xF19E2B) is known color: Yellow Sea. HEX triplet: F1, 9E and 2B. RGB value is (241,158,43). Sum of RGB (Red+Green+Blue) = 241+158+43=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E2B is #0E61D4. Grayscale: #AAAAAA. Windows color (decimal): -942549 or 2858737. OLE color: 2858737.

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

Color convert

RGB 241 158 43 -
CMYK 0 0.34 0.82 0.05
HSL 34.85º 0.88% 0.56% -
HSV(B) 34.85º 0.82% 0.95% -
XYZ 48.94 43.33 8.07 -
YUV 169.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 241 158 43 0 0.34 0.82 0.05 34.85 0.88 0.56
Hex F1 9E 2B 0 22 52 5 23 58 38
Octal 361 236 53 0 42 122 5 43 130 70
Binary 11110001 10011110 101011 0 100010 1010010 101 100011 1011000 111000

Color Harmonies of #F19E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E2B

Black with #F19E2B

Text Example


Text Example

White with #F19E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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