Html Css Color HEX #FEAF6C Rajah

📋 copy color: '#FEAF6C'

red 254 ◦ green 175 ◦ blue 108

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

Shades of Rajah #FEAF6C

Tints of Rajah #FEAF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.59%

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 47.3%
G = 32.59%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEAF6C (or 0xFEAF6C) is known color: Rajah. HEX triplet: FE, AF and 6C. RGB value is (254,175,108). Sum of RGB (Red+Green+Blue) = 254+175+108=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF6C is #015093. Grayscale: #BFBFBF. Windows color (decimal): -86164 or 7122942. OLE color: 7122942.

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

Color convert

RGB 254 175 108 -
CMYK 0 0.31 0.57 0.00
HSL 27.53º 0.99% 0.71% -
HSV(B) 27.53º 0.57% 1% -
XYZ 58.91 52.81 21.28 -
YUV 190.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 254 175 108 0 0.31 0.57 0.00 27.53 0.99 0.71
Hex FE AF 6C 0 1F 39 0 1C 63 47
Octal 376 257 154 0 37 71 0 34 143 107
Binary 11111110 10101111 1101100 0 11111 111001 0 11100 1100011 1000111

Color Harmonies of #FEAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF6C

Black with #FEAF6C

Text Example


Text Example

White with #FEAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF6C; }

 p { color: rgb(254,175,108); }

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

background-color css

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

 a { background-color: rgb(254,175,108); }

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

border-color css

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

 span { border-color: rgb(254,175,108); }

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