Html Css Color HEX #F5B25C Texas Rose

📋 copy color: '#F5B25C'

red 245 ◦ green 178 ◦ blue 92

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

Shades of Texas Rose #F5B25C

Tints of Texas Rose #F5B25C

RGB

 RED value IS 245 (96.09% from 255) = 47.57%

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

 BLUE value IS 92 (36.33% from 255) = 17.86%

R = 47.57%
G = 34.56%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5B25C (or 0xF5B25C) is known color: Texas Rose. HEX triplet: F5, B2 and 5C. RGB value is (245,178,92). Sum of RGB (Red+Green+Blue) = 245+178+92=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B25C is #0A4DA3. Grayscale: #BCBCBC. Windows color (decimal): -675236 or 6075125. OLE color: 6075125.

HSL color Cylindrical-coordinate representation of color #F5B25C: hue angle of 33.73º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5B25C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 178 92 -
CMYK 0 0.27 0.62 0.04
HSL 33.73º 0.88% 0.66% -
HSV(B) 33.73º 0.62% 0.96% -
XYZ 55.51 52.03 17.24 -
YUV 188.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 245 178 92 0 0.27 0.62 0.04 33.73 0.88 0.66
Hex F5 B2 5C 0 1B 3E 4 22 58 42
Octal 365 262 134 0 33 76 4 42 130 102
Binary 11110101 10110010 1011100 0 11011 111110 100 100010 1011000 1000010

Color Harmonies of #F5B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B25C

Black with #F5B25C

Text Example


Text Example

White with #F5B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B25C; }

 p { color: rgb(245,178,92); }

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

background-color css

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

 a { background-color: rgb(245,178,92); }

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

border-color css

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

 span { border-color: rgb(245,178,92); }

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