Html Css Color HEX #FFC54F Golden Tainoi

📋 copy color: '#FFC54F'

red 255 ◦ green 197 ◦ blue 79

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

Shades of Golden Tainoi #FFC54F

Tints of Golden Tainoi #FFC54F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

 BLUE value IS 79 (31.25% from 255) = 14.88%

R = 48.02%
G = 37.1%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFC54F (or 0xFFC54F) is known color: Golden Tainoi. HEX triplet: FF, C5 and 4F. RGB value is (255,197,79). Sum of RGB (Red+Green+Blue) = 255+197+79=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC54F is #003AB0. Grayscale: #C9C9C9. Windows color (decimal): -15025 or 5228031. OLE color: 5228031.

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

Color convert

RGB 255 197 79 -
CMYK 0 0.23 0.69 0
HSL 40.23º 1% 0.65% -
HSV(B) 40.23º 0.69% 1% -
XYZ 62.62 61.76 16.02 -
YUV 200.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 255 197 79 0 0.23 0.69 0 40.23 1 0.65
Hex FF C5 4F 0 17 45 0 28 64 41
Octal 377 305 117 0 27 105 0 50 144 101
Binary 11111111 11000101 1001111 0 10111 1000101 0 101000 1100100 1000001

Color Harmonies of #FFC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC54F

Black with #FFC54F

Text Example


Text Example

White with #FFC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC54F; }

 p { color: rgb(255,197,79); }

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

background-color css

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

 a { background-color: rgb(255,197,79); }

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

border-color css

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

 span { border-color: rgb(255,197,79); }

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