Html Css Color HEX #FFB264 Rajah

📋 copy color: '#FFB264'

red 255 ◦ green 178 ◦ blue 100

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

Shades of Rajah #FFB264

Tints of Rajah #FFB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 47.84%
G = 33.4%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFB264 (or 0xFFB264) is known color: Rajah. HEX triplet: FF, B2 and 64. RGB value is (255,178,100). Sum of RGB (Red+Green+Blue) = 255+178+100=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB264 is #004D9B. Grayscale: #C0C0C0. Windows color (decimal): -19868 or 6599423. OLE color: 6599423.

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

Color convert

RGB 255 178 100 -
CMYK 0 0.30 0.61 0
HSL 30.19º 1% 0.7% -
HSV(B) 30.19º 0.61% 1% -
XYZ 59.46 54.02 19.35 -
YUV 192.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 255 178 100 0 0.30 0.61 0 30.19 1 0.7
Hex FF B2 64 0 1E 3D 0 1E 64 46
Octal 377 262 144 0 36 75 0 36 144 106
Binary 11111111 10110010 1100100 0 11110 111101 0 11110 1100100 1000110

Color Harmonies of #FFB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB264

Black with #FFB264

Text Example


Text Example

White with #FFB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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