Html Css Color HEX #FEB764 Rajah

📋 copy color: '#FEB764'

red 254 ◦ green 183 ◦ blue 100

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

Shades of Rajah #FEB764

Tints of Rajah #FEB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.62%

R = 47.3%
G = 34.08%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEB764 (or 0xFEB764) is known color: Rajah. HEX triplet: FE, B7 and 64. RGB value is (254,183,100). Sum of RGB (Red+Green+Blue) = 254+183+100=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB764 is #01489B. Grayscale: #C3C3C3. Windows color (decimal): -84124 or 6600702. OLE color: 6600702.

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

Color convert

RGB 254 183 100 -
CMYK 0 0.28 0.61 0.00
HSL 32.34º 0.99% 0.69% -
HSV(B) 32.34º 0.61% 1% -
XYZ 60.11 55.86 19.67 -
YUV 194.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 254 183 100 0 0.28 0.61 0.00 32.34 0.99 0.69
Hex FE B7 64 0 1C 3D 0 20 63 45
Octal 376 267 144 0 34 75 0 40 143 105
Binary 11111110 10110111 1100100 0 11100 111101 0 100000 1100011 1000101

Color Harmonies of #FEB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB764

Black with #FEB764

Text Example


Text Example

White with #FEB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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