Html Css Color HEX #FEB86A Rajah

📋 copy color: '#FEB86A'

red 254 ◦ green 184 ◦ blue 106

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

Shades of Rajah #FEB86A

Tints of Rajah #FEB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

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

R = 46.69%
G = 33.82%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEB86A (or 0xFEB86A) is known color: Rajah. HEX triplet: FE, B8 and 6A. RGB value is (254,184,106). Sum of RGB (Red+Green+Blue) = 254+184+106=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB86A is #014795. Grayscale: #C4C4C4. Windows color (decimal): -83862 or 6994174. OLE color: 6994174.

HSL color Cylindrical-coordinate representation of color #FEB86A: hue angle of 31.62º 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 #FEB86A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 184 106 -
CMYK 0 0.28 0.58 0.00
HSL 31.62º 0.99% 0.71% -
HSV(B) 31.62º 0.58% 1% -
XYZ 60.62 56.39 21.33 -
YUV 196.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 254 184 106 0 0.28 0.58 0.00 31.62 0.99 0.71
Hex FE B8 6A 0 1C 3A 0 20 63 47
Octal 376 270 152 0 34 72 0 40 143 107
Binary 11111110 10111000 1101010 0 11100 111010 0 100000 1100011 1000111

Color Harmonies of #FEB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB86A

Black with #FEB86A

Text Example


Text Example

White with #FEB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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