Html Css Color HEX #FFC65B Golden Tainoi

📋 copy color: '#FFC65B'

red 255 ◦ green 198 ◦ blue 91

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

Shades of Golden Tainoi #FFC65B

Tints of Golden Tainoi #FFC65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

 BLUE value IS 91 (35.94% from 255) = 16.73%

R = 46.88%
G = 36.4%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFC65B (or 0xFFC65B) is known color: Golden Tainoi. HEX triplet: FF, C6 and 5B. RGB value is (255,198,91). Sum of RGB (Red+Green+Blue) = 255+198+91=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC65B is #0039A4. Grayscale: #CBCBCB. Windows color (decimal): -14757 or 6014719. OLE color: 6014719.

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

Color convert

RGB 255 198 91 -
CMYK 0 0.22 0.64 0
HSL 39.15º 1% 0.68% -
HSV(B) 39.15º 0.64% 1% -
XYZ 63.32 62.4 18.61 -
YUV 202.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 255 198 91 0 0.22 0.64 0 39.15 1 0.68
Hex FF C6 5B 0 16 40 0 27 64 44
Octal 377 306 133 0 26 100 0 47 144 104
Binary 11111111 11000110 1011011 0 10110 1000000 0 100111 1100100 1000100

Color Harmonies of #FFC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC65B

Black with #FFC65B

Text Example


Text Example

White with #FFC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC65B; }

 p { color: rgb(255,198,91); }

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

background-color css

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

 a { background-color: rgb(255,198,91); }

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

border-color css

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

 span { border-color: rgb(255,198,91); }

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