Html Css Color HEX #FEAD68 Rajah

📋 copy color: '#FEAD68'

red 254 ◦ green 173 ◦ blue 104

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

Shades of Rajah #FEAD68

Tints of Rajah #FEAD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.58%

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

R = 47.83%
G = 32.58%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEAD68 (or 0xFEAD68) is known color: Rajah. HEX triplet: FE, AD and 68. RGB value is (254,173,104). Sum of RGB (Red+Green+Blue) = 254+173+104=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD68 is #015297. Grayscale: #BDBDBD. Windows color (decimal): -86680 or 6860286. OLE color: 6860286.

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

Color convert

RGB 254 173 104 -
CMYK 0 0.32 0.59 0.00
HSL 27.6º 0.99% 0.7% -
HSV(B) 27.6º 0.59% 1% -
XYZ 58.32 51.96 20.05 -
YUV 189.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 254 173 104 0 0.32 0.59 0.00 27.6 0.99 0.7
Hex FE AD 68 0 20 3B 0 1C 63 46
Octal 376 255 150 0 40 73 0 34 143 106
Binary 11111110 10101101 1101000 0 100000 111011 0 11100 1100011 1000110

Color Harmonies of #FEAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD68

Black with #FEAD68

Text Example


Text Example

White with #FEAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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