Html Css Color HEX #FBC05D Golden Tainoi

📋 copy color: '#FBC05D'

red 251 ◦ green 192 ◦ blue 93

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

Shades of Golden Tainoi #FBC05D

Tints of Golden Tainoi #FBC05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.35%

R = 46.83%
G = 35.82%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBC05D (or 0xFBC05D) is known color: Golden Tainoi. HEX triplet: FB, C0 and 5D. RGB value is (251,192,93). Sum of RGB (Red+Green+Blue) = 251+192+93=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC05D is #043FA2. Grayscale: #C6C6C6. Windows color (decimal): -278435 or 6144251. OLE color: 6144251.

HSL color Cylindrical-coordinate representation of color #FBC05D: hue angle of 37.59º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC05D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 93 -
CMYK 0 0.24 0.63 0.02
HSL 37.59º 0.95% 0.67% -
HSV(B) 37.59º 0.63% 0.98% -
XYZ 60.61 59 18.55 -
YUV 198.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 251 192 93 0 0.24 0.63 0.02 37.59 0.95 0.67
Hex FB C0 5D 0 18 3F 2 26 5F 43
Octal 373 300 135 0 30 77 2 46 137 103
Binary 11111011 11000000 1011101 0 11000 111111 10 100110 1011111 1000011

Color Harmonies of #FBC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC05D

Black with #FBC05D

Text Example


Text Example

White with #FBC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC05D; }

 p { color: rgb(251,192,93); }

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

background-color css

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

 a { background-color: rgb(251,192,93); }

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

border-color css

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

 span { border-color: rgb(251,192,93); }

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