Html Css Color HEX #FEB765 Rajah

📋 copy color: '#FEB765'

red 254 ◦ green 183 ◦ blue 101

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

Shades of Rajah #FEB765

Tints of Rajah #FEB765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

 BLUE value IS 101 (39.84% from 255) = 18.77%

R = 47.21%
G = 34.01%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEB765 (or 0xFEB765) is known color: Rajah. HEX triplet: FE, B7 and 65. RGB value is (254,183,101). Sum of RGB (Red+Green+Blue) = 254+183+101=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB765 is #01489A. Grayscale: #C3C3C3. Windows color (decimal): -84123 or 6666238. OLE color: 6666238.

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

Color convert

RGB 254 183 101 -
CMYK 0 0.28 0.60 0.00
HSL 32.16º 0.99% 0.7% -
HSV(B) 32.16º 0.6% 1% -
XYZ 60.16 55.88 19.93 -
YUV 194.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 254 183 101 0 0.28 0.60 0.00 32.16 0.99 0.7
Hex FE B7 65 0 1C 3C 0 20 63 46
Octal 376 267 145 0 34 74 0 40 143 106
Binary 11111110 10110111 1100101 0 11100 111100 0 100000 1100011 1000110

Color Harmonies of #FEB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB765

Black with #FEB765

Text Example


Text Example

White with #FEB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB765; }

 p { color: rgb(254,183,101); }

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

background-color css

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

 a { background-color: rgb(254,183,101); }

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

border-color css

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

 span { border-color: rgb(254,183,101); }

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