Html Css Color HEX #FFC54B Golden Tainoi

📋 copy color: '#FFC54B'

red 255 ◦ green 197 ◦ blue 75

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

Shades of Golden Tainoi #FFC54B

Tints of Golden Tainoi #FFC54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.23%

R = 48.39%
G = 37.38%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC54B (or 0xFFC54B) is known color: Golden Tainoi. HEX triplet: FF, C5 and 4B. RGB value is (255,197,75). Sum of RGB (Red+Green+Blue) = 255+197+75=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC54B is #003AB4. Grayscale: #C8C8C8. Windows color (decimal): -15029 or 4965887. OLE color: 4965887.

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

Color convert

RGB 255 197 75 -
CMYK 0 0.23 0.71 0
HSL 40.67º 1% 0.65% -
HSV(B) 40.67º 0.71% 1% -
XYZ 62.48 61.7 15.27 -
YUV 200.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 255 197 75 0 0.23 0.71 0 40.67 1 0.65
Hex FF C5 4B 0 17 47 0 29 64 41
Octal 377 305 113 0 27 107 0 51 144 101
Binary 11111111 11000101 1001011 0 10111 1000111 0 101001 1100100 1000001

Color Harmonies of #FFC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC54B

Black with #FFC54B

Text Example


Text Example

White with #FFC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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