Html Css Color HEX #FEB46C Rajah

📋 copy color: '#FEB46C'

red 254 ◦ green 180 ◦ blue 108

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

Shades of Rajah #FEB46C

Tints of Rajah #FEB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.93%

R = 46.86%
G = 33.21%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEB46C (or 0xFEB46C) is known color: Rajah. HEX triplet: FE, B4 and 6C. RGB value is (254,180,108). Sum of RGB (Red+Green+Blue) = 254+180+108=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB46C is #014B93. Grayscale: #C2C2C2. Windows color (decimal): -84884 or 7124222. OLE color: 7124222.

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

Color convert

RGB 254 180 108 -
CMYK 0 0.29 0.57 0.00
HSL 29.59º 0.99% 0.71% -
HSV(B) 29.59º 0.57% 1% -
XYZ 59.9 54.8 21.61 -
YUV 193.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 254 180 108 0 0.29 0.57 0.00 29.59 0.99 0.71
Hex FE B4 6C 0 1D 39 0 1E 63 47
Octal 376 264 154 0 35 71 0 36 143 107
Binary 11111110 10110100 1101100 0 11101 111001 0 11110 1100011 1000111

Color Harmonies of #FEB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB46C

Black with #FEB46C

Text Example


Text Example

White with #FEB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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