Html Css Color HEX #FEB665 Rajah

📋 copy color: '#FEB665'

red 254 ◦ green 182 ◦ blue 101

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

Shades of Rajah #FEB665

Tints of Rajah #FEB665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.89%

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 47.3%
G = 33.89%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEB665 (or 0xFEB665) is known color: Rajah. HEX triplet: FE, B6 and 65. RGB value is (254,182,101). Sum of RGB (Red+Green+Blue) = 254+182+101=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB665 is #01499A. Grayscale: #C2C2C2. Windows color (decimal): -84379 or 6665982. OLE color: 6665982.

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

Color convert

RGB 254 182 101 -
CMYK 0 0.28 0.60 0.00
HSL 31.76º 0.99% 0.7% -
HSV(B) 31.76º 0.6% 1% -
XYZ 59.95 55.47 19.86 -
YUV 194.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 254 182 101 0 0.28 0.60 0.00 31.76 0.99 0.7
Hex FE B6 65 0 1C 3C 0 20 63 46
Octal 376 266 145 0 34 74 0 40 143 106
Binary 11111110 10110110 1100101 0 11100 111100 0 100000 1100011 1000110

Color Harmonies of #FEB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB665

Black with #FEB665

Text Example


Text Example

White with #FEB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB665; }

 p { color: rgb(254,182,101); }

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

background-color css

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

 a { background-color: rgb(254,182,101); }

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

border-color css

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

 span { border-color: rgb(254,182,101); }

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