Html Css Color HEX #FFBE66 Rajah

📋 copy color: '#FFBE66'

red 255 ◦ green 190 ◦ blue 102

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

Shades of Rajah #FFBE66

Tints of Rajah #FFBE66

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.73%

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 46.62%
G = 34.73%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFBE66 (or 0xFFBE66) is known color: Rajah. HEX triplet: FF, BE and 66. RGB value is (255,190,102). Sum of RGB (Red+Green+Blue) = 255+190+102=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE66 is #004199. Grayscale: #C7C7C7. Windows color (decimal): -16794 or 6733567. OLE color: 6733567.

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

Color convert

RGB 255 190 102 -
CMYK 0 0.25 0.6 0
HSL 34.51º 1% 0.7% -
HSV(B) 34.51º 0.6% 1% -
XYZ 62.05 59.05 20.7 -
YUV 199.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 255 190 102 0 0.25 0.6 0 34.51 1 0.7
Hex FF BE 66 0 19 3C 0 23 64 46
Octal 377 276 146 0 31 74 0 43 144 106
Binary 11111111 10111110 1100110 0 11001 111100 0 100011 1100100 1000110

Color Harmonies of #FFBE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE66

Black with #FFBE66

Text Example


Text Example

White with #FFBE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE66; }

 p { color: rgb(255,190,102); }

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

background-color css

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

 a { background-color: rgb(255,190,102); }

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

border-color css

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

 span { border-color: rgb(255,190,102); }

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