Html Css Color HEX #FEB65D Texas Rose

📋 copy color: '#FEB65D'

red 254 ◦ green 182 ◦ blue 93

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

Shades of Texas Rose #FEB65D

Tints of Texas Rose #FEB65D

RGB

 RED value IS 254 (99.61% from 255) = 48.02%

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 93 (36.72% from 255) = 17.58%

R = 48.02%
G = 34.4%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB65D (or 0xFEB65D) is known color: Texas Rose. HEX triplet: FE, B6 and 5D. RGB value is (254,182,93). Sum of RGB (Red+Green+Blue) = 254+182+93=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB65D is #0149A2. Grayscale: #C1C1C1. Windows color (decimal): -84387 or 6141694. OLE color: 6141694.

HSL color Cylindrical-coordinate representation of color #FEB65D: hue angle of 33.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEB65D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 182 93 -
CMYK 0 0.28 0.63 0.00
HSL 33.17º 0.99% 0.68% -
HSV(B) 33.17º 0.63% 1% -
XYZ 59.58 55.32 17.89 -
YUV 193.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 254 182 93 0 0.28 0.63 0.00 33.17 0.99 0.68
Hex FE B6 5D 0 1C 3F 0 21 63 44
Octal 376 266 135 0 34 77 0 41 143 104
Binary 11111110 10110110 1011101 0 11100 111111 0 100001 1100011 1000100

Color Harmonies of #FEB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB65D

Black with #FEB65D

Text Example


Text Example

White with #FEB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB65D; }

 p { color: rgb(254,182,93); }

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

background-color css

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

 a { background-color: rgb(254,182,93); }

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

border-color css

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

 span { border-color: rgb(254,182,93); }

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