Html Css Color HEX #F8BF44 Golden Tainoi

📋 copy color: '#F8BF44'

red 248 ◦ green 191 ◦ blue 68

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

Shades of Golden Tainoi #F8BF44

Tints of Golden Tainoi #F8BF44

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

 BLUE value IS 68 (26.95% from 255) = 13.41%

R = 48.92%
G = 37.67%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F8BF44 (or 0xF8BF44) is known color: Golden Tainoi. HEX triplet: F8, BF and 44. RGB value is (248,191,68). Sum of RGB (Red+Green+Blue) = 248+191+68=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BF44 is #0740BB. Grayscale: #C2C2C2. Windows color (decimal): -475324 or 4505592. OLE color: 4505592.

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

Color convert

RGB 248 191 68 -
CMYK 0 0.23 0.73 0.03
HSL 41º 0.93% 0.62% -
HSV(B) 41º 0.73% 0.97% -
XYZ 58.39 57.64 13.52 -
YUV 194.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 248 191 68 0 0.23 0.73 0.03 41 0.93 0.62
Hex F8 BF 44 0 17 49 3 29 5D 3E
Octal 370 277 104 0 27 111 3 51 135 76
Binary 11111000 10111111 1000100 0 10111 1001001 11 101001 1011101 111110

Color Harmonies of #F8BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BF44

Black with #F8BF44

Text Example


Text Example

White with #F8BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BF44; }

 p { color: rgb(248,191,68); }

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

background-color css

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

 a { background-color: rgb(248,191,68); }

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

border-color css

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

 span { border-color: rgb(248,191,68); }

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