Html Css Color HEX #F8BC4F Golden Tainoi

📋 copy color: '#F8BC4F'

red 248 ◦ green 188 ◦ blue 79

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

Shades of Golden Tainoi #F8BC4F

Tints of Golden Tainoi #F8BC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 48.16%
G = 36.5%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8BC4F (or 0xF8BC4F) is known color: Golden Tainoi. HEX triplet: F8, BC and 4F. RGB value is (248,188,79). Sum of RGB (Red+Green+Blue) = 248+188+79=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BC4F is #0743B0. Grayscale: #C2C2C2. Windows color (decimal): -476081 or 5225720. OLE color: 5225720.

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

Color convert

RGB 248 188 79 -
CMYK 0 0.24 0.68 0.03
HSL 38.7º 0.92% 0.64% -
HSV(B) 38.7º 0.68% 0.97% -
XYZ 58.11 56.49 15.24 -
YUV 193.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 248 188 79 0 0.24 0.68 0.03 38.7 0.92 0.64
Hex F8 BC 4F 0 18 44 3 27 5C 40
Octal 370 274 117 0 30 104 3 47 134 100
Binary 11111000 10111100 1001111 0 11000 1000100 11 100111 1011100 1000000

Color Harmonies of #F8BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC4F

Black with #F8BC4F

Text Example


Text Example

White with #F8BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC4F; }

 p { color: rgb(248,188,79); }

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

background-color css

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

 a { background-color: rgb(248,188,79); }

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

border-color css

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

 span { border-color: rgb(248,188,79); }

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