Html Css Color HEX #FEB469 Rajah

📋 copy color: '#FEB469'

red 254 ◦ green 180 ◦ blue 105

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

Shades of Rajah #FEB469

Tints of Rajah #FEB469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 47.12%
G = 33.4%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEB469 (or 0xFEB469) is known color: Rajah. HEX triplet: FE, B4 and 69. RGB value is (254,180,105). Sum of RGB (Red+Green+Blue) = 254+180+105=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB469 is #014B96. Grayscale: #C1C1C1. Windows color (decimal): -84887 or 6927614. OLE color: 6927614.

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

Color convert

RGB 254 180 105 -
CMYK 0 0.29 0.59 0.00
HSL 30.2º 0.99% 0.7% -
HSV(B) 30.2º 0.59% 1% -
XYZ 59.74 54.73 20.78 -
YUV 193.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 254 180 105 0 0.29 0.59 0.00 30.2 0.99 0.7
Hex FE B4 69 0 1D 3B 0 1E 63 46
Octal 376 264 151 0 35 73 0 36 143 106
Binary 11111110 10110100 1101001 0 11101 111011 0 11110 1100011 1000110

Color Harmonies of #FEB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB469

Black with #FEB469

Text Example


Text Example

White with #FEB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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