Html Css Color HEX #FEAF67 Rajah

📋 copy color: '#FEAF67'

red 254 ◦ green 175 ◦ blue 103

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

Shades of Rajah #FEAF67

Tints of Rajah #FEAF67

RGB

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

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

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

R = 47.74%
G = 32.89%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEAF67 (or 0xFEAF67) is known color: Rajah. HEX triplet: FE, AF and 67. RGB value is (254,175,103). Sum of RGB (Red+Green+Blue) = 254+175+103=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF67 is #015098. Grayscale: #BEBEBE. Windows color (decimal): -86169 or 6795262. OLE color: 6795262.

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

Color convert

RGB 254 175 103 -
CMYK 0 0.31 0.59 0.00
HSL 28.61º 0.99% 0.7% -
HSV(B) 28.61º 0.59% 1% -
XYZ 58.65 52.71 19.91 -
YUV 190.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 254 175 103 0 0.31 0.59 0.00 28.61 0.99 0.7
Hex FE AF 67 0 1F 3B 0 1D 63 46
Octal 376 257 147 0 37 73 0 35 143 106
Binary 11111110 10101111 1100111 0 11111 111011 0 11101 1100011 1000110

Color Harmonies of #FEAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF67

Black with #FEAF67

Text Example


Text Example

White with #FEAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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