Html Css Color HEX #F8B253 Texas Rose

📋 copy color: '#F8B253'

red 248 ◦ green 178 ◦ blue 83

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

Shades of Texas Rose #F8B253

Tints of Texas Rose #F8B253

RGB

 RED value IS 248 (97.27% from 255) = 48.72%

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 83 (32.81% from 255) = 16.31%

R = 48.72%
G = 34.97%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8B253 (or 0xF8B253) is known color: Texas Rose. HEX triplet: F8, B2 and 53. RGB value is (248,178,83). Sum of RGB (Red+Green+Blue) = 248+178+83=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B253 is #074DAC. Grayscale: #BCBCBC. Windows color (decimal): -478637 or 5485304. OLE color: 5485304.

HSL color Cylindrical-coordinate representation of color #F8B253: hue angle of 34.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8B253 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 83 -
CMYK 0 0.28 0.67 0.03
HSL 34.55º 0.92% 0.65% -
HSV(B) 34.55º 0.67% 0.97% -
XYZ 56.19 52.42 15.34 -
YUV 188.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 248 178 83 0 0.28 0.67 0.03 34.55 0.92 0.65
Hex F8 B2 53 0 1C 43 3 23 5C 41
Octal 370 262 123 0 34 103 3 43 134 101
Binary 11111000 10110010 1010011 0 11100 1000011 11 100011 1011100 1000001

Color Harmonies of #F8B253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B253

Black with #F8B253

Text Example


Text Example

White with #F8B253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B253; }

 p { color: rgb(248,178,83); }

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

background-color css

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

 a { background-color: rgb(248,178,83); }

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

border-color css

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

 span { border-color: rgb(248,178,83); }

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