Html Css Color HEX #F8C04B Golden Tainoi

📋 copy color: '#F8C04B'

red 248 ◦ green 192 ◦ blue 75

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

Shades of Golden Tainoi #F8C04B

Tints of Golden Tainoi #F8C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 75 (29.69% from 255) = 14.56%

R = 48.16%
G = 37.28%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8C04B (or 0xF8C04B) is known color: Golden Tainoi. HEX triplet: F8, C0 and 4B. RGB value is (248,192,75). Sum of RGB (Red+Green+Blue) = 248+192+75=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C04B is #073FB4. Grayscale: #C3C3C3. Windows color (decimal): -475061 or 4964600. OLE color: 4964600.

HSL color Cylindrical-coordinate representation of color #F8C04B: hue angle of 40.58º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8C04B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 75 -
CMYK 0 0.23 0.70 0.03
HSL 40.58º 0.93% 0.63% -
HSV(B) 40.58º 0.7% 0.97% -
XYZ 58.83 58.16 14.78 -
YUV 195.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 248 192 75 0 0.23 0.70 0.03 40.58 0.93 0.63
Hex F8 C0 4B 0 17 46 3 29 5D 3F
Octal 370 300 113 0 27 106 3 51 135 77
Binary 11111000 11000000 1001011 0 10111 1000110 11 101001 1011101 111111

Color Harmonies of #F8C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C04B

Black with #F8C04B

Text Example


Text Example

White with #F8C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C04B; }

 p { color: rgb(248,192,75); }

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

background-color css

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

 a { background-color: rgb(248,192,75); }

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

border-color css

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

 span { border-color: rgb(248,192,75); }

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