Html Css Color HEX #FFB35E Rajah

📋 copy color: '#FFB35E'

red 255 ◦ green 179 ◦ blue 94

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

Shades of Rajah #FFB35E

Tints of Rajah #FFB35E

RGB

 RED value IS 255 (100% from 255) = 48.3%

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

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 48.3%
G = 33.9%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFB35E (or 0xFFB35E) is known color: Rajah. HEX triplet: FF, B3 and 5E. RGB value is (255,179,94). Sum of RGB (Red+Green+Blue) = 255+179+94=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35E is #004CA1. Grayscale: #C0C0C0. Windows color (decimal): -19618 or 6206463. OLE color: 6206463.

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

Color convert

RGB 255 179 94 -
CMYK 0 0.30 0.63 0
HSL 31.68º 1% 0.68% -
HSV(B) 31.68º 0.63% 1% -
XYZ 59.38 54.31 17.94 -
YUV 192.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 255 179 94 0 0.30 0.63 0 31.68 1 0.68
Hex FF B3 5E 0 1E 3F 0 20 64 44
Octal 377 263 136 0 36 77 0 40 144 104
Binary 11111111 10110011 1011110 0 11110 111111 0 100000 1100100 1000100

Color Harmonies of #FFB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB35E

Black with #FFB35E

Text Example


Text Example

White with #FFB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB35E; }

 p { color: rgb(255,179,94); }

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

background-color css

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

 a { background-color: rgb(255,179,94); }

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

border-color css

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

 span { border-color: rgb(255,179,94); }

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