Html Css Color HEX #F8C150 Golden Tainoi

📋 copy color: '#F8C150'

red 248 ◦ green 193 ◦ blue 80

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

Shades of Golden Tainoi #F8C150

Tints of Golden Tainoi #F8C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.04%

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 47.6%
G = 37.04%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8C150 (or 0xF8C150) is known color: Golden Tainoi. HEX triplet: F8, C1 and 50. RGB value is (248,193,80). Sum of RGB (Red+Green+Blue) = 248+193+80=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C150 is #073EAF. Grayscale: #C5C5C5. Windows color (decimal): -474800 or 5292536. OLE color: 5292536.

HSL color Cylindrical-coordinate representation of color #F8C150: hue angle of 40.36º 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 #F8C150 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 193 80 -
CMYK 0 0.22 0.68 0.03
HSL 40.36º 0.92% 0.64% -
HSV(B) 40.36º 0.68% 0.97% -
XYZ 59.23 58.68 15.79 -
YUV 196.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 248 193 80 0 0.22 0.68 0.03 40.36 0.92 0.64
Hex F8 C1 50 0 16 44 3 28 5C 40
Octal 370 301 120 0 26 104 3 50 134 100
Binary 11111000 11000001 1010000 0 10110 1000100 11 101000 1011100 1000000

Color Harmonies of #F8C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C150

Black with #F8C150

Text Example


Text Example

White with #F8C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C150; }

 p { color: rgb(248,193,80); }

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

background-color css

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

 a { background-color: rgb(248,193,80); }

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

border-color css

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

 span { border-color: rgb(248,193,80); }

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