Html Css Color HEX #FBC74B Golden Tainoi

📋 copy color: '#FBC74B'

red 251 ◦ green 199 ◦ blue 75

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

Shades of Golden Tainoi #FBC74B

Tints of Golden Tainoi #FBC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

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

R = 47.81%
G = 37.9%
B = 14.29%

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

#FBC74B (or 0xFBC74B) is known color: Golden Tainoi. HEX triplet: FB, C7 and 4B. RGB value is (251,199,75). Sum of RGB (Red+Green+Blue) = 251+199+75=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC74B is #0438B4. Grayscale: #C8C8C8. Windows color (decimal): -276661 or 4966395. OLE color: 4966395.

HSL color Cylindrical-coordinate representation of color #FBC74B: hue angle of 42.27º 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 #FBC74B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 75 -
CMYK 0 0.21 0.70 0.02
HSL 42.27º 0.96% 0.64% -
HSV(B) 42.27º 0.7% 0.98% -
XYZ 61.48 61.86 15.36 -
YUV 200.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 251 199 75 0 0.21 0.70 0.02 42.27 0.96 0.64
Hex FB C7 4B 0 15 46 2 2A 60 40
Octal 373 307 113 0 25 106 2 52 140 100
Binary 11111011 11000111 1001011 0 10101 1000110 10 101010 1100000 1000000

Color Harmonies of #FBC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC74B

Black with #FBC74B

Text Example


Text Example

White with #FBC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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