Html Css Color HEX #FFBD4C Golden Tainoi

📋 copy color: '#FFBD4C'

red 255 ◦ green 189 ◦ blue 76

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

Shades of Golden Tainoi #FFBD4C

Tints of Golden Tainoi #FFBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 76 (30.08% from 255) = 14.62%

R = 49.04%
G = 36.35%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFBD4C (or 0xFFBD4C) is known color: Golden Tainoi. HEX triplet: FF, BD and 4C. RGB value is (255,189,76). Sum of RGB (Red+Green+Blue) = 255+189+76=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD4C is #0042B3. Grayscale: #C4C4C4. Windows color (decimal): -17076 or 5029375. OLE color: 5029375.

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

Color convert

RGB 255 189 76 -
CMYK 0 0.26 0.70 0
HSL 37.88º 1% 0.65% -
HSV(B) 37.88º 0.7% 1% -
XYZ 60.74 58.18 14.87 -
YUV 195.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 255 189 76 0 0.26 0.70 0 37.88 1 0.65
Hex FF BD 4C 0 1A 46 0 26 64 41
Octal 377 275 114 0 32 106 0 46 144 101
Binary 11111111 10111101 1001100 0 11010 1000110 0 100110 1100100 1000001

Color Harmonies of #FFBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD4C

Black with #FFBD4C

Text Example


Text Example

White with #FFBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD4C; }

 p { color: rgb(255,189,76); }

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

background-color css

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

 a { background-color: rgb(255,189,76); }

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

border-color css

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

 span { border-color: rgb(255,189,76); }

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