Html Css Color HEX #FEB85F Rajah

📋 copy color: '#FEB85F'

red 254 ◦ green 184 ◦ blue 95

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

Shades of Rajah #FEB85F

Tints of Rajah #FEB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.52%

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

R = 47.65%
G = 34.52%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB85F (or 0xFEB85F) is known color: Rajah. HEX triplet: FE, B8 and 5F. RGB value is (254,184,95). Sum of RGB (Red+Green+Blue) = 254+184+95=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB85F is #0147A0. Grayscale: #C3C3C3. Windows color (decimal): -83873 or 6273278. OLE color: 6273278.

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

Color convert

RGB 254 184 95 -
CMYK 0 0.28 0.63 0.00
HSL 33.58º 0.99% 0.68% -
HSV(B) 33.58º 0.63% 1% -
XYZ 60.08 56.18 18.5 -
YUV 194.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 254 184 95 0 0.28 0.63 0.00 33.58 0.99 0.68
Hex FE B8 5F 0 1C 3F 0 22 63 44
Octal 376 270 137 0 34 77 0 42 143 104
Binary 11111110 10111000 1011111 0 11100 111111 0 100010 1100011 1000100

Color Harmonies of #FEB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB85F

Black with #FEB85F

Text Example


Text Example

White with #FEB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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