Html Css Color HEX #FEBA6B Rajah

📋 copy color: '#FEBA6B'

red 254 ◦ green 186 ◦ blue 107

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

Shades of Rajah #FEBA6B

Tints of Rajah #FEBA6B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 46.44%
G = 34%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEBA6B (or 0xFEBA6B) is known color: Rajah. HEX triplet: FE, BA and 6B. RGB value is (254,186,107). Sum of RGB (Red+Green+Blue) = 254+186+107=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA6B is #014594. Grayscale: #C5C5C5. Windows color (decimal): -83349 or 7060222. OLE color: 7060222.

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

Color convert

RGB 254 186 107 -
CMYK 0 0.27 0.58 0.00
HSL 32.24º 0.99% 0.71% -
HSV(B) 32.24º 0.58% 1% -
XYZ 61.09 57.25 21.74 -
YUV 197.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 254 186 107 0 0.27 0.58 0.00 32.24 0.99 0.71
Hex FE BA 6B 0 1B 3A 0 20 63 47
Octal 376 272 153 0 33 72 0 40 143 107
Binary 11111110 10111010 1101011 0 11011 111010 0 100000 1100011 1000111

Color Harmonies of #FEBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA6B

Black with #FEBA6B

Text Example


Text Example

White with #FEBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA6B; }

 p { color: rgb(254,186,107); }

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

background-color css

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

 a { background-color: rgb(254,186,107); }

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

border-color css

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

 span { border-color: rgb(254,186,107); }

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