Html Css Color HEX #FFB261 Rajah

📋 copy color: '#FFB261'

red 255 ◦ green 178 ◦ blue 97

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

Shades of Rajah #FFB261

Tints of Rajah #FFB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 48.11%
G = 33.58%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFB261 (or 0xFFB261) is known color: Rajah. HEX triplet: FF, B2 and 61. RGB value is (255,178,97). Sum of RGB (Red+Green+Blue) = 255+178+97=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB261 is #004D9E. Grayscale: #C0C0C0. Windows color (decimal): -19871 or 6402815. OLE color: 6402815.

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

Color convert

RGB 255 178 97 -
CMYK 0 0.30 0.62 0
HSL 30.76º 1% 0.69% -
HSV(B) 30.76º 0.62% 1% -
XYZ 59.32 53.96 18.6 -
YUV 191.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 255 178 97 0 0.30 0.62 0 30.76 1 0.69
Hex FF B2 61 0 1E 3E 0 1F 64 45
Octal 377 262 141 0 36 76 0 37 144 105
Binary 11111111 10110010 1100001 0 11110 111110 0 11111 1100100 1000101

Color Harmonies of #FFB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB261

Black with #FFB261

Text Example


Text Example

White with #FFB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB261; }

 p { color: rgb(255,178,97); }

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

background-color css

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

 a { background-color: rgb(255,178,97); }

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

border-color css

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

 span { border-color: rgb(255,178,97); }

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