Html Css Color HEX #F8BD4D Golden Tainoi

📋 copy color: '#F8BD4D'

red 248 ◦ green 189 ◦ blue 77

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

Shades of Golden Tainoi #F8BD4D

Tints of Golden Tainoi #F8BD4D

RGB

 RED value IS 248 (97.27% from 255) = 48.25%

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

 BLUE value IS 77 (30.47% from 255) = 14.98%

R = 48.25%
G = 36.77%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8BD4D (or 0xF8BD4D) is known color: Golden Tainoi. HEX triplet: F8, BD and 4D. RGB value is (248,189,77). Sum of RGB (Red+Green+Blue) = 248+189+77=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD4D is #0742B2. Grayscale: #C2C2C2. Windows color (decimal): -475827 or 5094904. OLE color: 5094904.

HSL color Cylindrical-coordinate representation of color #F8BD4D: hue angle of 39.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8BD4D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 77 -
CMYK 0 0.24 0.69 0.03
HSL 39.3º 0.92% 0.64% -
HSV(B) 39.3º 0.69% 0.97% -
XYZ 58.25 56.89 14.93 -
YUV 193.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 248 189 77 0 0.24 0.69 0.03 39.3 0.92 0.64
Hex F8 BD 4D 0 18 45 3 27 5C 40
Octal 370 275 115 0 30 105 3 47 134 100
Binary 11111000 10111101 1001101 0 11000 1000101 11 100111 1011100 1000000

Color Harmonies of #F8BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD4D

Black with #F8BD4D

Text Example


Text Example

White with #F8BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD4D; }

 p { color: rgb(248,189,77); }

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

background-color css

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

 a { background-color: rgb(248,189,77); }

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

border-color css

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

 span { border-color: rgb(248,189,77); }

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