Html Css Color HEX #F19E2F Yellow Sea

📋 copy color: '#F19E2F'

red 241 ◦ green 158 ◦ blue 47

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

Shades of Yellow Sea #F19E2F

Tints of Yellow Sea #F19E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.54%

R = 54.04%
G = 35.43%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F19E2F (or 0xF19E2F) is known color: Yellow Sea. HEX triplet: F1, 9E and 2F. RGB value is (241,158,47). Sum of RGB (Red+Green+Blue) = 241+158+47=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E2F is #0E61D0. Grayscale: #AAAAAA. Windows color (decimal): -942545 or 3120881. OLE color: 3120881.

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

Color convert

RGB 241 158 47 -
CMYK 0 0.34 0.80 0.05
HSL 34.33º 0.87% 0.56% -
HSV(B) 34.33º 0.8% 0.95% -
XYZ 49.02 43.36 8.48 -
YUV 170.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 241 158 47 0 0.34 0.80 0.05 34.33 0.87 0.56
Hex F1 9E 2F 0 22 50 5 22 57 38
Octal 361 236 57 0 42 120 5 42 127 70
Binary 11110001 10011110 101111 0 100010 1010000 101 100010 1010111 111000

Color Harmonies of #F19E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E2F

Black with #F19E2F

Text Example


Text Example

White with #F19E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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