Html Css Color HEX #F1A541 Yellow Sea

📋 copy color: '#F1A541'

red 241 ◦ green 165 ◦ blue 65

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

Shades of Yellow Sea #F1A541

Tints of Yellow Sea #F1A541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

 BLUE value IS 65 (25.78% from 255) = 13.8%

R = 51.17%
G = 35.03%
B = 13.8%

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

#F1A541 (or 0xF1A541) is known color: Yellow Sea. HEX triplet: F1, A5 and 41. RGB value is (241,165,65). Sum of RGB (Red+Green+Blue) = 241+165+65=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A541 is #0E5ABE. Grayscale: #B0B0B0. Windows color (decimal): -940735 or 4302321. OLE color: 4302321.

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

Color convert

RGB 241 165 65 -
CMYK 0 0.32 0.73 0.05
HSL 34.09º 0.86% 0.6% -
HSV(B) 34.09º 0.73% 0.95% -
XYZ 50.68 45.99 11.21 -
YUV 176.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 241 165 65 0 0.32 0.73 0.05 34.09 0.86 0.6
Hex F1 A5 41 0 20 49 5 22 56 3C
Octal 361 245 101 0 40 111 5 42 126 74
Binary 11110001 10100101 1000001 0 100000 1001001 101 100010 1010110 111100

Color Harmonies of #F1A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A541

Black with #F1A541

Text Example


Text Example

White with #F1A541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A541; }

 p { color: rgb(241,165,65); }

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

background-color css

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

 a { background-color: rgb(241,165,65); }

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

border-color css

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

 span { border-color: rgb(241,165,65); }

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