Html Css Color HEX #FFC45F Golden Tainoi

📋 copy color: '#FFC45F'

red 255 ◦ green 196 ◦ blue 95

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

Shades of Golden Tainoi #FFC45F

Tints of Golden Tainoi #FFC45F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 95 (37.5% from 255) = 17.4%

R = 46.7%
G = 35.9%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFC45F (or 0xFFC45F) is known color: Golden Tainoi. HEX triplet: FF, C4 and 5F. RGB value is (255,196,95). Sum of RGB (Red+Green+Blue) = 255+196+95=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC45F is #003BA0. Grayscale: #CACACA. Windows color (decimal): -15265 or 6276351. OLE color: 6276351.

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

Color convert

RGB 255 196 95 -
CMYK 0 0.23 0.63 0
HSL 37.88º 1% 0.69% -
HSV(B) 37.88º 0.63% 1% -
XYZ 63.05 61.57 19.39 -
YUV 202.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 255 196 95 0 0.23 0.63 0 37.88 1 0.69
Hex FF C4 5F 0 17 3F 0 26 64 45
Octal 377 304 137 0 27 77 0 46 144 105
Binary 11111111 11000100 1011111 0 10111 111111 0 100110 1100100 1000101

Color Harmonies of #FFC45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC45F

Black with #FFC45F

Text Example


Text Example

White with #FFC45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC45F; }

 p { color: rgb(255,196,95); }

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

background-color css

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

 a { background-color: rgb(255,196,95); }

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

border-color css

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

 span { border-color: rgb(255,196,95); }

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