Html Css Color HEX #FEA867 Rajah

📋 copy color: '#FEA867'

red 254 ◦ green 168 ◦ blue 103

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

Shades of Rajah #FEA867

Tints of Rajah #FEA867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 48.38%
G = 32%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEA867 (or 0xFEA867) is known color: Rajah. HEX triplet: FE, A8 and 67. RGB value is (254,168,103). Sum of RGB (Red+Green+Blue) = 254+168+103=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA867 is #015798. Grayscale: #BABABA. Windows color (decimal): -87961 or 6793470. OLE color: 6793470.

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

Color convert

RGB 254 168 103 -
CMYK 0 0.34 0.59 0.00
HSL 25.83º 0.99% 0.7% -
HSV(B) 25.83º 0.59% 1% -
XYZ 57.32 50.06 19.47 -
YUV 186.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 254 168 103 0 0.34 0.59 0.00 25.83 0.99 0.7
Hex FE A8 67 0 22 3B 0 1A 63 46
Octal 376 250 147 0 42 73 0 32 143 106
Binary 11111110 10101000 1100111 0 100010 111011 0 11010 1100011 1000110

Color Harmonies of #FEA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA867

Black with #FEA867

Text Example


Text Example

White with #FEA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA867; }

 p { color: rgb(254,168,103); }

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

background-color css

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

 a { background-color: rgb(254,168,103); }

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

border-color css

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

 span { border-color: rgb(254,168,103); }

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