Html Css Color HEX #F8C25C Golden Tainoi

📋 copy color: '#F8C25C'

red 248 ◦ green 194 ◦ blue 92

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

Shades of Golden Tainoi #F8C25C

Tints of Golden Tainoi #F8C25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.23%

R = 46.44%
G = 36.33%
B = 17.23%

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

#F8C25C (or 0xF8C25C) is known color: Golden Tainoi. HEX triplet: F8, C2 and 5C. RGB value is (248,194,92). Sum of RGB (Red+Green+Blue) = 248+194+92=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C25C is #073DA3. Grayscale: #C6C6C6. Windows color (decimal): -474532 or 6079224. OLE color: 6079224.

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

Color convert

RGB 248 194 92 -
CMYK 0 0.22 0.63 0.03
HSL 39.23º 0.92% 0.67% -
HSV(B) 39.23º 0.63% 0.97% -
XYZ 59.93 59.31 18.41 -
YUV 198.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 248 194 92 0 0.22 0.63 0.03 39.23 0.92 0.67
Hex F8 C2 5C 0 16 3F 3 27 5C 43
Octal 370 302 134 0 26 77 3 47 134 103
Binary 11111000 11000010 1011100 0 10110 111111 11 100111 1011100 1000011

Color Harmonies of #F8C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C25C

Black with #F8C25C

Text Example


Text Example

White with #F8C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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