Html Css Color HEX #FEB35D Rajah

📋 copy color: '#FEB35D'

red 254 ◦ green 179 ◦ blue 93

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

Shades of Rajah #FEB35D

Tints of Rajah #FEB35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.03%

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 48.29%
G = 34.03%
B = 17.68%

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

#FEB35D (or 0xFEB35D) is known color: Rajah. HEX triplet: FE, B3 and 5D. RGB value is (254,179,93). Sum of RGB (Red+Green+Blue) = 254+179+93=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB35D is #014CA2. Grayscale: #C0C0C0. Windows color (decimal): -85155 or 6140926. OLE color: 6140926.

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

Color convert

RGB 254 179 93 -
CMYK 0 0.30 0.63 0.00
HSL 32.05º 0.99% 0.68% -
HSV(B) 32.05º 0.63% 1% -
XYZ 58.97 54.1 17.69 -
YUV 191.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 254 179 93 0 0.30 0.63 0.00 32.05 0.99 0.68
Hex FE B3 5D 0 1E 3F 0 20 63 44
Octal 376 263 135 0 36 77 0 40 143 104
Binary 11111110 10110011 1011101 0 11110 111111 0 100000 1100011 1000100

Color Harmonies of #FEB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB35D

Black with #FEB35D

Text Example


Text Example

White with #FEB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB35D; }

 p { color: rgb(254,179,93); }

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

background-color css

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

 a { background-color: rgb(254,179,93); }

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

border-color css

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

 span { border-color: rgb(254,179,93); }

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