Html Css Color HEX #FFB05F Rajah

📋 copy color: '#FFB05F'

red 255 ◦ green 176 ◦ blue 95

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

Shades of Rajah #FFB05F

Tints of Rajah #FFB05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

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

R = 48.48%
G = 33.46%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFB05F (or 0xFFB05F) is known color: Rajah. HEX triplet: FF, B0 and 5F. RGB value is (255,176,95). Sum of RGB (Red+Green+Blue) = 255+176+95=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB05F is #004FA0. Grayscale: #BEBEBE. Windows color (decimal): -20385 or 6271231. OLE color: 6271231.

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

Color convert

RGB 255 176 95 -
CMYK 0 0.31 0.63 0
HSL 30.38º 1% 0.69% -
HSV(B) 30.38º 0.63% 1% -
XYZ 58.83 53.14 17.98 -
YUV 190.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 255 176 95 0 0.31 0.63 0 30.38 1 0.69
Hex FF B0 5F 0 1F 3F 0 1E 64 45
Octal 377 260 137 0 37 77 0 36 144 105
Binary 11111111 10110000 1011111 0 11111 111111 0 11110 1100100 1000101

Color Harmonies of #FFB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB05F

Black with #FFB05F

Text Example


Text Example

White with #FFB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB05F; }

 p { color: rgb(255,176,95); }

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

background-color css

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

 a { background-color: rgb(255,176,95); }

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

border-color css

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

 span { border-color: rgb(255,176,95); }

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