Html Css Color HEX #FEB260 Rajah

📋 copy color: '#FEB260'

red 254 ◦ green 178 ◦ blue 96

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

Shades of Rajah #FEB260

Tints of Rajah #FEB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 48.11%
G = 33.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEB260 (or 0xFEB260) is known color: Rajah. HEX triplet: FE, B2 and 60. RGB value is (254,178,96). Sum of RGB (Red+Green+Blue) = 254+178+96=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB260 is #014D9F. Grayscale: #BFBFBF. Windows color (decimal): -85408 or 6337278. OLE color: 6337278.

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

Color convert

RGB 254 178 96 -
CMYK 0 0.30 0.62 0.00
HSL 31.14º 0.99% 0.69% -
HSV(B) 31.14º 0.62% 1% -
XYZ 58.9 53.76 18.34 -
YUV 191.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 254 178 96 0 0.30 0.62 0.00 31.14 0.99 0.69
Hex FE B2 60 0 1E 3E 0 1F 63 45
Octal 376 262 140 0 36 76 0 37 143 105
Binary 11111110 10110010 1100000 0 11110 111110 0 11111 1100011 1000101

Color Harmonies of #FEB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB260

Black with #FEB260

Text Example


Text Example

White with #FEB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB260; }

 p { color: rgb(254,178,96); }

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

background-color css

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

 a { background-color: rgb(254,178,96); }

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

border-color css

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

 span { border-color: rgb(254,178,96); }

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