Html Css Color HEX #FEB468 Rajah

📋 copy color: '#FEB468'

red 254 ◦ green 180 ◦ blue 104

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

Shades of Rajah #FEB468

Tints of Rajah #FEB468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.33%

R = 47.21%
G = 33.46%
B = 19.33%

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

#FEB468 (or 0xFEB468) is known color: Rajah. HEX triplet: FE, B4 and 68. RGB value is (254,180,104). Sum of RGB (Red+Green+Blue) = 254+180+104=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB468 is #014B97. Grayscale: #C1C1C1. Windows color (decimal): -84888 or 6862078. OLE color: 6862078.

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

Color convert

RGB 254 180 104 -
CMYK 0 0.29 0.59 0.00
HSL 30.4º 0.99% 0.7% -
HSV(B) 30.4º 0.59% 1% -
XYZ 59.69 54.71 20.51 -
YUV 193.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 254 180 104 0 0.29 0.59 0.00 30.4 0.99 0.7
Hex FE B4 68 0 1D 3B 0 1E 63 46
Octal 376 264 150 0 35 73 0 36 143 106
Binary 11111110 10110100 1101000 0 11101 111011 0 11110 1100011 1000110

Color Harmonies of #FEB468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB468

Black with #FEB468

Text Example


Text Example

White with #FEB468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB468; }

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

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

background-color css

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

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

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

border-color css

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

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

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