Html Css Color HEX #FBC64B Golden Tainoi

📋 copy color: '#FBC64B'

red 251 ◦ green 198 ◦ blue 75

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

Shades of Golden Tainoi #FBC64B

Tints of Golden Tainoi #FBC64B

RGB

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

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

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

R = 47.9%
G = 37.79%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBC64B (or 0xFBC64B) is known color: Golden Tainoi. HEX triplet: FB, C6 and 4B. RGB value is (251,198,75). Sum of RGB (Red+Green+Blue) = 251+198+75=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC64B is #0439B4. Grayscale: #C8C8C8. Windows color (decimal): -276917 or 4966139. OLE color: 4966139.

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

Color convert

RGB 251 198 75 -
CMYK 0 0.21 0.70 0.02
HSL 41.93º 0.96% 0.64% -
HSV(B) 41.93º 0.7% 0.98% -
XYZ 61.25 61.41 15.28 -
YUV 199.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 251 198 75 0 0.21 0.70 0.02 41.93 0.96 0.64
Hex FB C6 4B 0 15 46 2 2A 60 40
Octal 373 306 113 0 25 106 2 52 140 100
Binary 11111011 11000110 1001011 0 10101 1000110 10 101010 1100000 1000000

Color Harmonies of #FBC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC64B

Black with #FBC64B

Text Example


Text Example

White with #FBC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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