Html Css Color HEX #F1A342 Yellow Sea

📋 copy color: '#F1A342'

red 241 ◦ green 163 ◦ blue 66

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

Shades of Yellow Sea #F1A342

Tints of Yellow Sea #F1A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 66 (26.17% from 255) = 14.04%

R = 51.28%
G = 34.68%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1A342 (or 0xF1A342) is known color: Yellow Sea. HEX triplet: F1, A3 and 42. RGB value is (241,163,66). Sum of RGB (Red+Green+Blue) = 241+163+66=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A342 is #0E5CBD. Grayscale: #AFAFAF. Windows color (decimal): -941246 or 4367345. OLE color: 4367345.

HSL color Cylindrical-coordinate representation of color #F1A342: hue angle of 33.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1A342 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 66 -
CMYK 0 0.32 0.73 0.05
HSL 33.26º 0.86% 0.6% -
HSV(B) 33.26º 0.73% 0.95% -
XYZ 50.36 45.29 11.24 -
YUV 175.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 241 163 66 0 0.32 0.73 0.05 33.26 0.86 0.6
Hex F1 A3 42 0 20 49 5 21 56 3C
Octal 361 243 102 0 40 111 5 41 126 74
Binary 11110001 10100011 1000010 0 100000 1001001 101 100001 1010110 111100

Color Harmonies of #F1A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A342

Black with #F1A342

Text Example


Text Example

White with #F1A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A342; }

 p { color: rgb(241,163,66); }

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

background-color css

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

 a { background-color: rgb(241,163,66); }

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

border-color css

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

 span { border-color: rgb(241,163,66); }

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