Html Css Color HEX #FEB768 Rajah

📋 copy color: '#FEB768'

red 254 ◦ green 183 ◦ blue 104

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

Shades of Rajah #FEB768

Tints of Rajah #FEB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 46.95%
G = 33.83%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEB768 (or 0xFEB768) is known color: Rajah. HEX triplet: FE, B7 and 68. RGB value is (254,183,104). Sum of RGB (Red+Green+Blue) = 254+183+104=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB768 is #014897. Grayscale: #C3C3C3. Windows color (decimal): -84120 or 6862846. OLE color: 6862846.

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

Color convert

RGB 254 183 104 -
CMYK 0 0.28 0.59 0.00
HSL 31.6º 0.99% 0.7% -
HSV(B) 31.6º 0.59% 1% -
XYZ 60.31 55.94 20.72 -
YUV 195.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 254 183 104 0 0.28 0.59 0.00 31.6 0.99 0.7
Hex FE B7 68 0 1C 3B 0 20 63 46
Octal 376 267 150 0 34 73 0 40 143 106
Binary 11111110 10110111 1101000 0 11100 111011 0 100000 1100011 1000110

Color Harmonies of #FEB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB768

Black with #FEB768

Text Example


Text Example

White with #FEB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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