Html Css Color HEX #F3A13C Yellow Sea

📋 copy color: '#F3A13C'

red 243 ◦ green 161 ◦ blue 60

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

Shades of Yellow Sea #F3A13C

Tints of Yellow Sea #F3A13C

RGB

 RED value IS 243 (95.31% from 255) = 52.37%

 GREEN value IS 161 (63.28% from 255) = 34.7%

 BLUE value IS 60 (23.83% from 255) = 12.93%

R = 52.37%
G = 34.7%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3A13C (or 0xF3A13C) is known color: Yellow Sea. HEX triplet: F3, A1 and 3C. RGB value is (243,161,60). Sum of RGB (Red+Green+Blue) = 243+161+60=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A13C is #0C5EC3. Grayscale: #AEAEAE. Windows color (decimal): -810692 or 3973619. OLE color: 3973619.

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

Color convert

RGB 243 161 60 -
CMYK 0 0.34 0.75 0.05
HSL 33.11º 0.88% 0.59% -
HSV(B) 33.11º 0.75% 0.95% -
XYZ 50.52 44.87 10.27 -
YUV 174 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 243 161 60 0 0.34 0.75 0.05 33.11 0.88 0.59
Hex F3 A1 3C 0 22 4B 5 21 58 3B
Octal 363 241 74 0 42 113 5 41 130 73
Binary 11110011 10100001 111100 0 100010 1001011 101 100001 1011000 111011

Color Harmonies of #F3A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A13C

Black with #F3A13C

Text Example


Text Example

White with #F3A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A13C; }

 p { color: rgb(243,161,60); }

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

background-color css

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

 a { background-color: rgb(243,161,60); }

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

border-color css

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

 span { border-color: rgb(243,161,60); }

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