Html Css Color HEX #FEB264 Rajah

📋 copy color: '#FEB264'

red 254 ◦ green 178 ◦ blue 100

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

Shades of Rajah #FEB264

Tints of Rajah #FEB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 47.74%
G = 33.46%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEB264 (or 0xFEB264) is known color: Rajah. HEX triplet: FE, B2 and 64. RGB value is (254,178,100). Sum of RGB (Red+Green+Blue) = 254+178+100=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB264 is #014D9B. Grayscale: #C0C0C0. Windows color (decimal): -85404 or 6599422. OLE color: 6599422.

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

Color convert

RGB 254 178 100 -
CMYK 0 0.30 0.61 0.00
HSL 30.39º 0.99% 0.69% -
HSV(B) 30.39º 0.61% 1% -
XYZ 59.09 53.83 19.33 -
YUV 191.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 254 178 100 0 0.30 0.61 0.00 30.39 0.99 0.69
Hex FE B2 64 0 1E 3D 0 1E 63 45
Octal 376 262 144 0 36 75 0 36 143 105
Binary 11111110 10110010 1100100 0 11110 111101 0 11110 1100011 1000101

Color Harmonies of #FEB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB264

Black with #FEB264

Text Example


Text Example

White with #FEB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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