Html Css Color HEX #FEB46A Rajah

📋 copy color: '#FEB46A'

red 254 ◦ green 180 ◦ blue 106

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

Shades of Rajah #FEB46A

Tints of Rajah #FEB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 47.04%
G = 33.33%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEB46A (or 0xFEB46A) is known color: Rajah. HEX triplet: FE, B4 and 6A. RGB value is (254,180,106). Sum of RGB (Red+Green+Blue) = 254+180+106=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB46A is #014B95. Grayscale: #C2C2C2. Windows color (decimal): -84886 or 6993150. OLE color: 6993150.

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

Color convert

RGB 254 180 106 -
CMYK 0 0.29 0.58 0.00
HSL 30º 0.99% 0.71% -
HSV(B) 30º 0.58% 1% -
XYZ 59.8 54.75 21.05 -
YUV 193.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 254 180 106 0 0.29 0.58 0.00 30 0.99 0.71
Hex FE B4 6A 0 1D 3A 0 1E 63 47
Octal 376 264 152 0 35 72 0 36 143 107
Binary 11111110 10110100 1101010 0 11101 111010 0 11110 1100011 1000111

Color Harmonies of #FEB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB46A

Black with #FEB46A

Text Example


Text Example

White with #FEB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB46A; }

 p { color: rgb(254,180,106); }

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

background-color css

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

 a { background-color: rgb(254,180,106); }

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

border-color css

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

 span { border-color: rgb(254,180,106); }

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