Html Css Color HEX #F8C34C Golden Tainoi

📋 copy color: '#F8C34C'

red 248 ◦ green 195 ◦ blue 76

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

Shades of Golden Tainoi #F8C34C

Tints of Golden Tainoi #F8C34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.64%

R = 47.78%
G = 37.57%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8C34C (or 0xF8C34C) is known color: Golden Tainoi. HEX triplet: F8, C3 and 4C. RGB value is (248,195,76). Sum of RGB (Red+Green+Blue) = 248+195+76=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C34C is #073CB3. Grayscale: #C5C5C5. Windows color (decimal): -474292 or 5030904. OLE color: 5030904.

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

Color convert

RGB 248 195 76 -
CMYK 0 0.21 0.69 0.03
HSL 41.51º 0.92% 0.64% -
HSV(B) 41.51º 0.69% 0.97% -
XYZ 59.53 59.51 15.19 -
YUV 197.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 248 195 76 0 0.21 0.69 0.03 41.51 0.92 0.64
Hex F8 C3 4C 0 15 45 3 2A 5C 40
Octal 370 303 114 0 25 105 3 52 134 100
Binary 11111000 11000011 1001100 0 10101 1000101 11 101010 1011100 1000000

Color Harmonies of #F8C34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C34C

Black with #F8C34C

Text Example


Text Example

White with #F8C34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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