Html Css Color HEX #FFC15A Golden Tainoi

📋 copy color: '#FFC15A'

red 255 ◦ green 193 ◦ blue 90

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

Shades of Golden Tainoi #FFC15A

Tints of Golden Tainoi #FFC15A

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 193 (75.78% from 255) = 35.87%

 BLUE value IS 90 (35.55% from 255) = 16.73%

R = 47.4%
G = 35.87%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFC15A (or 0xFFC15A) is known color: Golden Tainoi. HEX triplet: FF, C1 and 5A. RGB value is (255,193,90). Sum of RGB (Red+Green+Blue) = 255+193+90=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15A is #003EA5. Grayscale: #C8C8C8. Windows color (decimal): -16038 or 5947903. OLE color: 5947903.

HSL color Cylindrical-coordinate representation of color #FFC15A: hue angle of 37.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC15A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 193 90 -
CMYK 0 0.24 0.65 0
HSL 37.45º 1% 0.68% -
HSV(B) 37.45º 0.65% 1% -
XYZ 62.16 60.14 18 -
YUV 199.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 255 193 90 0 0.24 0.65 0 37.45 1 0.68
Hex FF C1 5A 0 18 41 0 25 64 44
Octal 377 301 132 0 30 101 0 45 144 104
Binary 11111111 11000001 1011010 0 11000 1000001 0 100101 1100100 1000100

Color Harmonies of #FFC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC15A

Black with #FFC15A

Text Example


Text Example

White with #FFC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC15A; }

 p { color: rgb(255,193,90); }

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

background-color css

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

 a { background-color: rgb(255,193,90); }

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

border-color css

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

 span { border-color: rgb(255,193,90); }

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