Html Css Color HEX #F8C25B Golden Tainoi

📋 copy color: '#F8C25B'

red 248 ◦ green 194 ◦ blue 91

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

Shades of Golden Tainoi #F8C25B

Tints of Golden Tainoi #F8C25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 91 (35.94% from 255) = 17.07%

R = 46.53%
G = 36.4%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8C25B (or 0xF8C25B) is known color: Golden Tainoi. HEX triplet: F8, C2 and 5B. RGB value is (248,194,91). Sum of RGB (Red+Green+Blue) = 248+194+91=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C25B is #073DA4. Grayscale: #C6C6C6. Windows color (decimal): -474533 or 6013688. OLE color: 6013688.

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

Color convert

RGB 248 194 91 -
CMYK 0 0.22 0.63 0.03
HSL 39.36º 0.92% 0.66% -
HSV(B) 39.36º 0.63% 0.97% -
XYZ 59.89 59.3 18.19 -
YUV 198.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 248 194 91 0 0.22 0.63 0.03 39.36 0.92 0.66
Hex F8 C2 5B 0 16 3F 3 27 5C 42
Octal 370 302 133 0 26 77 3 47 134 102
Binary 11111000 11000010 1011011 0 10110 111111 11 100111 1011100 1000010

Color Harmonies of #F8C25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C25B

Black with #F8C25B

Text Example


Text Example

White with #F8C25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C25B; }

 p { color: rgb(248,194,91); }

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

background-color css

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

 a { background-color: rgb(248,194,91); }

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

border-color css

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

 span { border-color: rgb(248,194,91); }

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