Html Css Color HEX #FEB068 Rajah

📋 copy color: '#FEB068'

red 254 ◦ green 176 ◦ blue 104

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

Shades of Rajah #FEB068

Tints of Rajah #FEB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.96%

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

R = 47.57%
G = 32.96%
B = 19.48%

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

#FEB068 (or 0xFEB068) is known color: Rajah. HEX triplet: FE, B0 and 68. RGB value is (254,176,104). Sum of RGB (Red+Green+Blue) = 254+176+104=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB068 is #014F97. Grayscale: #BFBFBF. Windows color (decimal): -85912 or 6861054. OLE color: 6861054.

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

Color convert

RGB 254 176 104 -
CMYK 0 0.31 0.59 0.00
HSL 28.8º 0.99% 0.7% -
HSV(B) 28.8º 0.59% 1% -
XYZ 58.9 53.12 20.25 -
YUV 191.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 254 176 104 0 0.31 0.59 0.00 28.8 0.99 0.7
Hex FE B0 68 0 1F 3B 0 1D 63 46
Octal 376 260 150 0 37 73 0 35 143 106
Binary 11111110 10110000 1101000 0 11111 111011 0 11101 1100011 1000110

Color Harmonies of #FEB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB068

Black with #FEB068

Text Example


Text Example

White with #FEB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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