Html Css Color HEX #FBA84F Texas Rose

📋 copy color: '#FBA84F'

red 251 ◦ green 168 ◦ blue 79

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

Shades of Texas Rose #FBA84F

Tints of Texas Rose #FBA84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 79 (31.25% from 255) = 15.86%

R = 50.4%
G = 33.73%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBA84F (or 0xFBA84F) is known color: Texas Rose. HEX triplet: FB, A8 and 4F. RGB value is (251,168,79). Sum of RGB (Red+Green+Blue) = 251+168+79=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA84F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA84F is #0457B0. Grayscale: #B7B7B7. Windows color (decimal): -284593 or 5220603. OLE color: 5220603.

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

Color convert

RGB 251 168 79 -
CMYK 0 0.33 0.69 0.02
HSL 31.05º 0.96% 0.65% -
HSV(B) 31.05º 0.69% 0.98% -
XYZ 55.2 49.08 13.96 -
YUV 182.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 251 168 79 0 0.33 0.69 0.02 31.05 0.96 0.65
Hex FB A8 4F 0 21 45 2 1F 60 41
Octal 373 250 117 0 41 105 2 37 140 101
Binary 11111011 10101000 1001111 0 100001 1000101 10 11111 1100000 1000001

Color Harmonies of #FBA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA84F

Black with #FBA84F

Text Example


Text Example

White with #FBA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA84F; }

 p { color: rgb(251,168,79); }

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

background-color css

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

 a { background-color: rgb(251,168,79); }

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

border-color css

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

 span { border-color: rgb(251,168,79); }

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