Html Css Color HEX #FEB466 Rajah

📋 copy color: '#FEB466'

red 254 ◦ green 180 ◦ blue 102

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

Shades of Rajah #FEB466

Tints of Rajah #FEB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 47.39%
G = 33.58%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEB466 (or 0xFEB466) is known color: Rajah. HEX triplet: FE, B4 and 66. RGB value is (254,180,102). Sum of RGB (Red+Green+Blue) = 254+180+102=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB466 is #014B99. Grayscale: #C1C1C1. Windows color (decimal): -84890 or 6731006. OLE color: 6731006.

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

Color convert

RGB 254 180 102 -
CMYK 0 0.29 0.60 0.00
HSL 30.79º 0.99% 0.7% -
HSV(B) 30.79º 0.6% 1% -
XYZ 59.59 54.67 19.98 -
YUV 193.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 254 180 102 0 0.29 0.60 0.00 30.79 0.99 0.7
Hex FE B4 66 0 1D 3C 0 1F 63 46
Octal 376 264 146 0 35 74 0 37 143 106
Binary 11111110 10110100 1100110 0 11101 111100 0 11111 1100011 1000110

Color Harmonies of #FEB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB466

Black with #FEB466

Text Example


Text Example

White with #FEB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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