Html Css Color HEX #F8C345 Golden Tainoi

📋 copy color: '#F8C345'

red 248 ◦ green 195 ◦ blue 69

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

Shades of Golden Tainoi #F8C345

Tints of Golden Tainoi #F8C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 69 (27.34% from 255) = 13.48%

R = 48.44%
G = 38.09%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F8C345 (or 0xF8C345) is known color: Golden Tainoi. HEX triplet: F8, C3 and 45. RGB value is (248,195,69). Sum of RGB (Red+Green+Blue) = 248+195+69=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C345 is #073CBA. Grayscale: #C5C5C5. Windows color (decimal): -474299 or 4572152. OLE color: 4572152.

HSL color Cylindrical-coordinate representation of color #F8C345: hue angle of 42.23º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8C345 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 69 -
CMYK 0 0.21 0.72 0.03
HSL 42.23º 0.93% 0.62% -
HSV(B) 42.23º 0.72% 0.97% -
XYZ 59.3 59.42 13.97 -
YUV 196.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 248 195 69 0 0.21 0.72 0.03 42.23 0.93 0.62
Hex F8 C3 45 0 15 48 3 2A 5D 3E
Octal 370 303 105 0 25 110 3 52 135 76
Binary 11111000 11000011 1000101 0 10101 1001000 11 101010 1011101 111110

Color Harmonies of #F8C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C345

Black with #F8C345

Text Example


Text Example

White with #F8C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C345; }

 p { color: rgb(248,195,69); }

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

background-color css

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

 a { background-color: rgb(248,195,69); }

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

border-color css

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

 span { border-color: rgb(248,195,69); }

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