Html Css Color HEX #F8C14F Golden Tainoi

📋 copy color: '#F8C14F'

red 248 ◦ green 193 ◦ blue 79

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

Shades of Golden Tainoi #F8C14F

Tints of Golden Tainoi #F8C14F

RGB

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

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

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

R = 47.69%
G = 37.12%
B = 15.19%

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

#F8C14F (or 0xF8C14F) is known color: Golden Tainoi. HEX triplet: F8, C1 and 4F. RGB value is (248,193,79). Sum of RGB (Red+Green+Blue) = 248+193+79=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C14F is #073EB0. Grayscale: #C4C4C4. Windows color (decimal): -474801 or 5227000. OLE color: 5227000.

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

Color convert

RGB 248 193 79 -
CMYK 0 0.22 0.68 0.03
HSL 40.47º 0.92% 0.64% -
HSV(B) 40.47º 0.68% 0.97% -
XYZ 59.19 58.66 15.6 -
YUV 196.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 248 193 79 0 0.22 0.68 0.03 40.47 0.92 0.64
Hex F8 C1 4F 0 16 44 3 28 5C 40
Octal 370 301 117 0 26 104 3 50 134 100
Binary 11111000 11000001 1001111 0 10110 1000100 11 101000 1011100 1000000

Color Harmonies of #F8C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C14F

Black with #F8C14F

Text Example


Text Example

White with #F8C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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