Html Css Color HEX #FBB85B Texas Rose

📋 copy color: '#FBB85B'

red 251 ◦ green 184 ◦ blue 91

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

Shades of Texas Rose #FBB85B

Tints of Texas Rose #FBB85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.98%

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 47.72%
G = 34.98%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBB85B (or 0xFBB85B) is known color: Texas Rose. HEX triplet: FB, B8 and 5B. RGB value is (251,184,91). Sum of RGB (Red+Green+Blue) = 251+184+91=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB85B is #0447A4. Grayscale: #C1C1C1. Windows color (decimal): -280485 or 6011131. OLE color: 6011131.

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

Color convert

RGB 251 184 91 -
CMYK 0 0.27 0.64 0.02
HSL 34.88º 0.95% 0.67% -
HSV(B) 34.88º 0.64% 0.98% -
XYZ 58.81 55.55 17.52 -
YUV 193.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 251 184 91 0 0.27 0.64 0.02 34.88 0.95 0.67
Hex FB B8 5B 0 1B 40 2 23 5F 43
Octal 373 270 133 0 33 100 2 43 137 103
Binary 11111011 10111000 1011011 0 11011 1000000 10 100011 1011111 1000011

Color Harmonies of #FBB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB85B

Black with #FBB85B

Text Example


Text Example

White with #FBB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB85B; }

 p { color: rgb(251,184,91); }

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

background-color css

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

 a { background-color: rgb(251,184,91); }

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

border-color css

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

 span { border-color: rgb(251,184,91); }

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