Html Css Color HEX #FEB66A Rajah

📋 copy color: '#FEB66A'

red 254 ◦ green 182 ◦ blue 106

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

Shades of Rajah #FEB66A

Tints of Rajah #FEB66A

RGB

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

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

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

R = 46.86%
G = 33.58%
B = 19.56%

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

#FEB66A (or 0xFEB66A) is known color: Rajah. HEX triplet: FE, B6 and 6A. RGB value is (254,182,106). Sum of RGB (Red+Green+Blue) = 254+182+106=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB66A is #014995. Grayscale: #C3C3C3. Windows color (decimal): -84374 or 6993662. OLE color: 6993662.

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

Color convert

RGB 254 182 106 -
CMYK 0 0.28 0.58 0.00
HSL 30.81º 0.99% 0.71% -
HSV(B) 30.81º 0.58% 1% -
XYZ 60.2 55.57 21.19 -
YUV 194.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 254 182 106 0 0.28 0.58 0.00 30.81 0.99 0.71
Hex FE B6 6A 0 1C 3A 0 1F 63 47
Octal 376 266 152 0 34 72 0 37 143 107
Binary 11111110 10110110 1101010 0 11100 111010 0 11111 1100011 1000111

Color Harmonies of #FEB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB66A

Black with #FEB66A

Text Example


Text Example

White with #FEB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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