Html Css Color HEX #FEB15F Rajah

📋 copy color: '#FEB15F'

red 254 ◦ green 177 ◦ blue 95

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

Shades of Rajah #FEB15F

Tints of Rajah #FEB15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 48.29%
G = 33.65%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB15F (or 0xFEB15F) is known color: Rajah. HEX triplet: FE, B1 and 5F. RGB value is (254,177,95). Sum of RGB (Red+Green+Blue) = 254+177+95=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB15F is #014EA0. Grayscale: #BFBFBF. Windows color (decimal): -85665 or 6271486. OLE color: 6271486.

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

Color convert

RGB 254 177 95 -
CMYK 0 0.30 0.63 0.00
HSL 30.94º 0.99% 0.68% -
HSV(B) 30.94º 0.63% 1% -
XYZ 58.66 53.34 18.03 -
YUV 190.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 254 177 95 0 0.30 0.63 0.00 30.94 0.99 0.68
Hex FE B1 5F 0 1E 3F 0 1F 63 44
Octal 376 261 137 0 36 77 0 37 143 104
Binary 11111110 10110001 1011111 0 11110 111111 0 11111 1100011 1000100

Color Harmonies of #FEB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB15F

Black with #FEB15F

Text Example


Text Example

White with #FEB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB15F; }

 p { color: rgb(254,177,95); }

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

background-color css

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

 a { background-color: rgb(254,177,95); }

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

border-color css

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

 span { border-color: rgb(254,177,95); }

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