Html Css Color HEX #F1A53A Yellow Sea

📋 copy color: '#F1A53A'

red 241 ◦ green 165 ◦ blue 58

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

Shades of Yellow Sea #F1A53A

Tints of Yellow Sea #F1A53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.5%

R = 51.94%
G = 35.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1A53A (or 0xF1A53A) is known color: Yellow Sea. HEX triplet: F1, A5 and 3A. RGB value is (241,165,58). Sum of RGB (Red+Green+Blue) = 241+165+58=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A53A is #0E5AC5. Grayscale: #B0B0B0. Windows color (decimal): -940742 or 3843569. OLE color: 3843569.

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

Color convert

RGB 241 165 58 -
CMYK 0 0.32 0.76 0.05
HSL 35.08º 0.87% 0.59% -
HSV(B) 35.08º 0.76% 0.95% -
XYZ 50.49 45.92 10.2 -
YUV 175.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 241 165 58 0 0.32 0.76 0.05 35.08 0.87 0.59
Hex F1 A5 3A 0 20 4C 5 23 57 3B
Octal 361 245 72 0 40 114 5 43 127 73
Binary 11110001 10100101 111010 0 100000 1001100 101 100011 1010111 111011

Color Harmonies of #F1A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A53A

Black with #F1A53A

Text Example


Text Example

White with #F1A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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