Html Css Color HEX #FBC452 Golden Tainoi

📋 copy color: '#FBC452'

red 251 ◦ green 196 ◦ blue 82

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

Shades of Golden Tainoi #FBC452

Tints of Golden Tainoi #FBC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 47.45%
G = 37.05%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBC452 (or 0xFBC452) is known color: Golden Tainoi. HEX triplet: FB, C4 and 52. RGB value is (251,196,82). Sum of RGB (Red+Green+Blue) = 251+196+82=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC452 is #043BAD. Grayscale: #C7C7C7. Windows color (decimal): -277422 or 5424379. OLE color: 5424379.

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

Color convert

RGB 251 196 82 -
CMYK 0 0.22 0.67 0.02
HSL 40.47º 0.95% 0.65% -
HSV(B) 40.47º 0.67% 0.98% -
XYZ 61.05 60.6 16.46 -
YUV 199.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 251 196 82 0 0.22 0.67 0.02 40.47 0.95 0.65
Hex FB C4 52 0 16 43 2 28 5F 41
Octal 373 304 122 0 26 103 2 50 137 101
Binary 11111011 11000100 1010010 0 10110 1000011 10 101000 1011111 1000001

Color Harmonies of #FBC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC452

Black with #FBC452

Text Example


Text Example

White with #FBC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC452; }

 p { color: rgb(251,196,82); }

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

background-color css

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

 a { background-color: rgb(251,196,82); }

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

border-color css

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

 span { border-color: rgb(251,196,82); }

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