Html Css Color HEX #FBC64E Golden Tainoi

📋 copy color: '#FBC64E'

red 251 ◦ green 198 ◦ blue 78

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

Shades of Golden Tainoi #FBC64E

Tints of Golden Tainoi #FBC64E

RGB

 RED value IS 251 (98.44% from 255) = 47.63%

 GREEN value IS 198 (77.73% from 255) = 37.57%

 BLUE value IS 78 (30.86% from 255) = 14.8%

R = 47.63%
G = 37.57%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBC64E (or 0xFBC64E) is known color: Golden Tainoi. HEX triplet: FB, C6 and 4E. RGB value is (251,198,78). Sum of RGB (Red+Green+Blue) = 251+198+78=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC64E is #0439B1. Grayscale: #C8C8C8. Windows color (decimal): -276914 or 5162747. OLE color: 5162747.

HSL color Cylindrical-coordinate representation of color #FBC64E: hue angle of 41.62º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC64E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 78 -
CMYK 0 0.21 0.69 0.02
HSL 41.62º 0.96% 0.65% -
HSV(B) 41.62º 0.69% 0.98% -
XYZ 61.35 61.45 15.83 -
YUV 200.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 251 198 78 0 0.21 0.69 0.02 41.62 0.96 0.65
Hex FB C6 4E 0 15 45 2 2A 60 41
Octal 373 306 116 0 25 105 2 52 140 101
Binary 11111011 11000110 1001110 0 10101 1000101 10 101010 1100000 1000001

Color Harmonies of #FBC64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC64E

Black with #FBC64E

Text Example


Text Example

White with #FBC64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC64E; }

 p { color: rgb(251,198,78); }

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

background-color css

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

 a { background-color: rgb(251,198,78); }

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

border-color css

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

 span { border-color: rgb(251,198,78); }

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