Html Css Color HEX #FFBE4B Golden Tainoi

📋 copy color: '#FFBE4B'

red 255 ◦ green 190 ◦ blue 75

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

Shades of Golden Tainoi #FFBE4B

Tints of Golden Tainoi #FFBE4B

RGB

 RED value IS 255 (100% from 255) = 49.04%

 GREEN value IS 190 (74.61% from 255) = 36.54%

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

R = 49.04%
G = 36.54%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFBE4B (or 0xFFBE4B) is known color: Golden Tainoi. HEX triplet: FF, BE and 4B. RGB value is (255,190,75). Sum of RGB (Red+Green+Blue) = 255+190+75=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE4B is #0041B4. Grayscale: #C4C4C4. Windows color (decimal): -16821 or 4964095. OLE color: 4964095.

HSL color Cylindrical-coordinate representation of color #FFBE4B: hue angle of 38.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBE4B is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 190 75 -
CMYK 0 0.25 0.71 0
HSL 38.33º 1% 0.65% -
HSV(B) 38.33º 0.71% 1% -
XYZ 60.92 58.59 14.76 -
YUV 196.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 255 190 75 0 0.25 0.71 0 38.33 1 0.65
Hex FF BE 4B 0 19 47 0 26 64 41
Octal 377 276 113 0 31 107 0 46 144 101
Binary 11111111 10111110 1001011 0 11001 1000111 0 100110 1100100 1000001

Color Harmonies of #FFBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE4B

Black with #FFBE4B

Text Example


Text Example

White with #FFBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE4B; }

 p { color: rgb(255,190,75); }

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

background-color css

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

 a { background-color: rgb(255,190,75); }

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

border-color css

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

 span { border-color: rgb(255,190,75); }

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